]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/slider.cpp
Use the data scheme to load resources in the WebKitGTK+ implementation, rather than...
[wxWidgets.git] / src / msw / slider.cpp
index f7aefdd5998521561775c0571931916d270d577e..7c1c7103f24bc49a62c6874d03924acbe66b6906 100644 (file)
@@ -490,7 +490,7 @@ void wxSlider::DoMoveWindow(int x, int y, int width, int height)
         int xLabelValue =
             x + minLabelWidth +
             ((width  - (minLabelWidth + maxLabelWidth)) / 2) -
-            (maxLabelWidth / 2);
+            (longestLabelWidth / 2);
 
         int ySlider = y;