DarkRadiant: master f73743f7

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 07.11.2022 20:44 master 5ea423a0
Changeset Fix wxWidgets assertion on startup in GTK/Linux

According to

https://github.com/wxWidgets/wxWidgets/issues/15932

the use of wxAuiNotebook::FindPage() is not reliable. All calls to this
method have been replaced by GetPageIndex() which seems to work
correctly.
mod - radiant/ui/mainframe/PropertyNotebook.cpp Diff File