DarkRadiant: master c6280c31

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 10.04.2024 19:40 master 477a7cd3
Changeset Skin Editor decl info line no longer appears on top of Close button

Instead of replacing the wxPanel in the XML form with a DeclFileInfo
panel, we now use the XML form's panel as a container and pack the
DeclFileInfo inside (so it's a wxPanel inside a wxPanel).

It is unclear why the original code was not working correctly, since
wxSizer::Replace() is a supported method and the docs do not suggest
there should be any layout problems after using it (provided you call
Layout(), which we were doing).
mod - install/ui/skineditor.fbp Diff File
mod - install/ui/skineditor.xrc Diff File
mod - radiant/ui/skin/SkinEditor.cpp Diff File
mod - radiant/ui/skin/SkinEditor.h Diff File