DarkRadiant: master c129e72a

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 19.02.2021 20:09 master 29d4cb09
Changeset AUI layout now persists between sessions

Layout is saved and restored with SavePerspective/LoadPerspective, which only
works if the panels have deterministic names (otherwise wxWidgets generates
random numbers as the panel names which do not match between sessions). These
names are generated by a simple numeric progression based on the number of
panes currently added.
mod - radiant/ui/mainframe/AuiLayout.cpp Diff File