DarkRadiant: master b0a6c533

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 30.06.2021 20:01 master dbcaf845
Changeset Fix inspector windows appearing disabled on GTK

For some reason the wxFRAME_TOOL_WINDOW style causes inspector windows to
appear without taking focus, which gives the impression that they are disabled
until specifically clicked on.

The wxFRAME_TOOL_WINDOW style is now only used on Windows, where it is
apparently needed to resolve minimisation issues.
mod - libs/wxutil/window/TransientWindow.cpp Diff File
mod - libs/wxutil/window/TransientWindow.h Diff File