]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tbar95.cpp
yet another attempt to fix LastFocus bug in wxFrame
[wxWidgets.git] / src / msw / tbar95.cpp
index dfaccbbdc94be8cbe7a672a1d12f542687efe66a..2f534d533d0afb6dd50bf66de8e582a38088f0d8 100644 (file)
@@ -214,6 +214,9 @@ bool wxToolBar::Create(wxWindow *parent,
     if (style & wxBORDER)
         msflags |= WS_BORDER;
 
     if (style & wxBORDER)
         msflags |= WS_BORDER;
 
+   if ( style & wxCLIP_SIBLINGS )
+        msflags |= WS_CLIPSIBLINGS;
+
 #ifdef TBSTYLE_TOOLTIPS
     msflags |= TBSTYLE_TOOLTIPS;
 #endif
 #ifdef TBSTYLE_TOOLTIPS
     msflags |= TBSTYLE_TOOLTIPS;
 #endif