]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_statbar.cpp
avoiding reentrancy problems and congestion
[wxWidgets.git] / src / xrc / xh_statbar.cpp
index fbf25f189f8337b935760f3f9d9c402851fc88a1..c531ee016e5153dac6f139cf4c4eb2e716e6ca7b 100644 (file)
@@ -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