X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63b37a4e648320827a5b4a3161be13154370b5c3..b245cbc587f379bf9cc27122c3f3f50c1d424186:/src/xrc/xh_sizer.cpp?ds=sidebyside diff --git a/src/xrc/xh_sizer.cpp b/src/xrc/xh_sizer.cpp index 2e6bc72c4a..8b86cce220 100644 --- a/src/xrc/xh_sizer.cpp +++ b/src/xrc/xh_sizer.cpp @@ -81,6 +81,11 @@ wxSizerXmlHandler::wxSizerXmlHandler() XRC_ADD_STYLE(wxFIXED_MINSIZE); XRC_ADD_STYLE(wxRESERVE_SPACE_EVEN_IF_HIDDEN); + // this flag doesn't do anything any more but we can just ignore its + // occurrences in the old resource files instead of raising a fuss because + // of it + AddStyle("wxADJUST_MINSIZE", 0); + // wxWrapSizer-specific flags XRC_ADD_STYLE(wxEXTEND_LAST_ON_EACH_LINE); XRC_ADD_STYLE(wxREMOVE_LEADING_SPACES);