]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/spinbutt.cpp
exposing wxOSXGetViewFromResponder
[wxWidgets.git] / src / os2 / spinbutt.cpp
index 19ea7af58212bfbdfacbd96c12d517ed3a15587c..05af314aa86a4ad33277d90543837633637e4b0a 100644 (file)
@@ -85,12 +85,10 @@ bool wxSpinButton::Create(
     if (nY < 0 )
         nY = 0;
 
-    long                            lSstyle = 0L;
-
-    lSstyle = WS_VISIBLE      |
-              WS_TABSTOP      |
-              SPBS_MASTER     | // We use only single field spin buttons
-              SPBS_NUMERICONLY; // We default to numeric data
+    long lSstyle = WS_VISIBLE      |
+                   WS_TABSTOP      |
+                   SPBS_MASTER     | // We use only single field spin buttons
+                   SPBS_NUMERICONLY; // We default to numeric data
 
     if (m_windowStyle & wxCLIP_SIBLINGS )
         lSstyle |= WS_CLIPSIBLINGS;