]> git.saurik.com Git - wxWidgets.git/commitdiff
undoing last change, widgets sample had slider label offset
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 6 Aug 2004 15:53:20 +0000 (15:53 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 6 Aug 2004 15:53:20 +0000 (15:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/slider.cpp

index 3a268fce3e63af27fc4947f58b0f165fb937d401..fb8d6a322aedfbd2f3c015407363d898b152f451 100644 (file)
@@ -404,6 +404,7 @@ void wxSlider::DoSetSize(int x, int y, int w, int h, int sizeFlags)
         }
         else
         {
+            w = w - xborder ;
             if ( m_macMinimumStatic )
                 m_macMinimumStatic->Move(GetPosition().x + 0, GetPosition().y + sliderBreadth + wxSLIDER_BORDERTEXT);
             if ( m_macMaximumStatic )
@@ -411,7 +412,6 @@ void wxSlider::DoSetSize(int x, int y, int w, int h, int sizeFlags)
                 GetPosition().y + sliderBreadth + wxSLIDER_BORDERTEXT);
             if ( m_macValueStatic )
                 m_macValueStatic->Move(GetPosition().x + w, GetPosition().y + 0);
-            w = w - xborder ;
         }
     }
     //If the control has labels, we still need to call this again because