]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbmp.cpp
more backwards compatible kbd handling in wxScrolledWindow
[wxWidgets.git] / src / msw / statbmp.cpp
index da32aead681f8571f625018d05bed2823bf6dc2a..0b47d28c656bcd04e0f73e3bd319e08647ea1980 100644 (file)
@@ -216,7 +216,9 @@ bool wxStaticBitmap::MSWOnDraw(WXDRAWITEMSTRUCT *item)
 
     return TRUE;
 }
+#endif // Win16
 
+// We need this or the control can never be moved e.g. in Dialog Editor.
 long wxStaticBitmap::MSWWindowProc(WXUINT nMsg,
                                    WXWPARAM wParam,
                                    WXLPARAM lParam)
@@ -228,4 +230,4 @@ long wxStaticBitmap::MSWWindowProc(WXUINT nMsg,
 
     return wxWindow::MSWWindowProc(nMsg, wParam, lParam);
 }
-#endif // Win16
+