]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbmp.cpp
Add some new files for interface additions
[wxWidgets.git] / src / msw / statbmp.cpp
index 7b939e5ec4ad5953dbebb6342c29d7f4ebd1cf72..fd9dd5db304d3526f232b9b67c2a87361333c27b 100644 (file)
@@ -120,7 +120,7 @@ bool wxStaticBitmap::Create(wxWindow *parent, wxWindowID id,
                         classname,
                         wxT(""),
                         // NOT DISABLED!!! We want to move it in Dialog Editor.
-                        winstyle | WS_CHILD | WS_VISIBLE, // | WS_DISABLED,
+                        winstyle | WS_CHILD | WS_VISIBLE /* | WS_CLIPSIBLINGS */ , // | WS_DISABLED,
                         0, 0, 0, 0,
                         (HWND)parent->GetHWND(),
                         (HMENU)m_windowId,