DarkRadiant: master 70c73d85

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 29.11.2023 20:33 master 9c5e880e
Affected Issues  0006332: Spinboxes in Background Image panel don't work correctly
Changeset 0006332: OrthoBackgroundPanel stores slider pointers as members

As with the checkbox pointers, use a nested member struct to store the
slider pointers instead of retrieving them from the XML form each time
they are used. Also move common spinner construction code into a
separate local function, and create the option checkboxes in code.
mod - install/ui/overlaydialog.fbp Diff File
mod - install/ui/overlaydialog.xrc Diff File
mod - radiant/ui/overlay/OrthoBackgroundPanel.cpp Diff File
mod - radiant/ui/overlay/OrthoBackgroundPanel.h Diff File