DarkRadiant: master 735940a4

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 03.11.2021 20:30 master 30143230
Affected Issues  0005706: Surface Inspector's minimum width is too large
Changeset 0005706: remove #if clutter in SurfaceInspector.cpp

Instead of using a separate #if for each use of a fixed pixel size, we now wrap
the size in a new PixelSize class which behaves the same as wxSize on Windows
and wxDefaultSize on other platforms. This could be refactored into wxutil if
similar behaviour is needed elsewhere.
mod - radiant/textool/TexTool.h Diff File
mod - radiant/ui/surfaceinspector/SurfaceInspector.cpp Diff File