Texture aligment resets when selecting brushes/faces and surface inspector is open
GtkRadiant-1.6.5-20170820
Steps to reproduce:
- Change texture alignment on a brush/face
- Leave Surface Inspector open and deselect the brush/face
- Re-select brush/face and hit S to open Surface Inspector
- Texture alignment will be reset to default
Video example: https://youtu.be/S13XjllJtk4
Can reproduce this and only happens if the Surface Inspector is behind the main window and not visible.
Accodring to https://github.com/TTimo/GtkRadiant/blob/master/plugins/surface/surfacedialog.cpp#L471 it will cancel the actions if you close the Surface Inspector by pressing s.
Ugh, so this is a feature, that just feels like a bug and is really annoying. Could it be made an option to enable/disable?
Edit: also, you can just ctrl + z to undo texture alignment, so whats the point of this?
There is also the question if the Surface Inspector should be able to get behind the main window. See https://github.com/TTimo/GtkRadiant/issues/247