DarkRadiant: master f2495c1e

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 21.12.2023 13:22 master 70c73d85
Affected Issues  0006332: Spinboxes in Background Image panel don't work correctly
Changeset 0006332: OrthoBackgroundPanel sliders and spinners now added in code

Instead of the previous confusing hybrid of XML-based layout and
additional widgets inserted via code, all the slider and spinner
construction is now done in code. Common code is now refactored into a
helper function, and the widget hierarchy is simpler since there is no
need for placeholder panels within the XML form to hold the
code-constructed spinners.
mod - install/ui/overlaydialog.fbp Diff File
mod - install/ui/overlaydialog.xrc Diff File
mod - radiant/ui/overlay/OrthoBackgroundPanel.cpp Diff File