]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbr95.cpp
Unix compilation fixed
[wxWidgets.git] / src / msw / statbr95.cpp
index 85d27e519158181420c44c9ba2f3bd1e4a5c14bf..c1c3c4706f17eefe3f909e22e66a94cc7933cc16 100644 (file)
@@ -122,7 +122,11 @@ bool wxStatusBar95::Create(wxWindow *parent,
 
     m_windowId = id == -1 ? NewControlId() : id;
 
-    DWORD wstyle = WS_CHILD | WS_VISIBLE /* | WS_CLIPSIBLINGS */ ;
+    DWORD wstyle = WS_CHILD | WS_VISIBLE;
+
+    if ( style & wxCLIP_SIBLINGS )
+        wstyle |= WS_CLIPSIBLINGS;
+
 
     // setting SBARS_SIZEGRIP is perfectly useless: it's always on by default
     // (at least in the version of comctl32.dll I'm using), and the only way to