DarkRadiant: master 6209bf0e

Author Committer Branch Timestamp Parent
codereader codereader master 01.04.2017 14:17 master 2f6141ff
Changeset Fix 0004502: Rare crash during shutdown when switching GroupDialog tabs

Don't use wxWindow::RemoveChild(), instead just call the delete operator
on the window to be destroyed; it will automatically remove itself from
its parent.
mod - radiant/ui/mainframe/EmbeddedLayout.cpp Diff File
mod - radiant/ui/mainframe/RegularLayout.cpp Diff File
mod - radiant/ui/mainframe/SplitPaneLayout.cpp Diff File