]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/slider95.cpp
compilation fix (not all paths returned a value)
[wxWidgets.git] / src / msw / slider95.cpp
index da71dcdfda83e7bd4a232a6331fc6f704f781ebf..6c811b81e04bf429cb85c6dd998fb6933916dd5a 100644 (file)
@@ -98,7 +98,9 @@ bool wxSlider95::Create(wxWindow *parent, wxWindowID id,
         msStyle |= SS_CENTER;
 
         WXDWORD exStyle = 0;
-        msStyle |= MSWGetStyle(GetWindowStyle(), & exStyle) ;
+        long valueStyle = m_windowStyle & ~wxBORDER_MASK;
+        valueStyle |= wxBORDER_SUNKEN;
+        msStyle |= MSWGetStyle(valueStyle, & exStyle) ;
 
         m_staticValue = (WXHWND) CreateWindowEx
             (