DarkRadiant: master 41763df9

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 23.07.2024 18:41 master ffe51db1
Affected Issues  0006514: DarkRadiant crashes when typing in the Skin Name field of the Skin Editor menu
Changeset 0006514: remove obsolete code from PrefDialog

Remove code relating to expanding nodes and adding sub-pages, since all
pages are now at the same level. Remove function to show Game dialog,
which is never called and would fail since the Game page is no longer
part of this dialog. Switch from wxTreebook to wxListbook, which does
not waste space for non-existent tree expansion controls (although it
does center the page labels, which may not be desirable).
mod - radiant/ui/UserInterfaceModule.cpp Diff File
mod - radiant/ui/prefdialog/PrefDialog.cpp Diff File
mod - radiant/ui/prefdialog/PrefDialog.h Diff File