X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6ecc0896d5d7b4c6477209a446094e5e77e17dad..5e382463783f520fbbc4272dd777c9da0ce4f08a:/src/xrc/xh_statbar.cpp diff --git a/src/xrc/xh_statbar.cpp b/src/xrc/xh_statbar.cpp index fbf25f189f..c531ee016e 100644 --- a/src/xrc/xh_statbar.cpp +++ b/src/xrc/xh_statbar.cpp @@ -87,6 +87,8 @@ wxObject *wxStatusBarXmlHandler::DoCreateResource() style[i] = wxSB_FLAT; else if (first == wxT("wxSB_RAISED")) style[i] = wxSB_RAISED; + else if (first == wxT("wxSB_SUNKEN")) + style[i] = wxSB_SUNKEN; else if (!first.empty()) { ReportParamError