]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbmp.cpp
Better scrolling to cursor.
[wxWidgets.git] / src / msw / statbmp.cpp
index 7adde1d63e3a06484ac4d4162bc74bc2554083e3..52dc1c5bbca412444616b014b8aeb25e125965a4 100644 (file)
@@ -122,7 +122,7 @@ bool wxStaticBitmap::Create(wxWindow *parent,
 #else // Win16
                            _T("BUTTON"),
 #endif // Win32/16
-                           _T(""), pos, size, style) )
+                           _T(""), pos, size) )
     {
         // control creation failed
         return FALSE;