[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Mon Mar 21 01:19:56 CET 2005


CVS commit by staikos: 

missed changing one call


  M +1 -1      kst2dplot.cpp   1.385


--- kdeextragear-2/kst/kst/kst2dplot.cpp  #1.384:1.385
@@ -1950,5 +1950,5 @@ void Kst2DPlot::setBorders(double& xleft
     int yFullTickLabelWidth = YFullTickLabel->width(p);
     
-    if (XFullTickLabel->width(p) + xleft_bdr_px + yFullTickLabelLineSpacing >= (x_px - XLabel->width(p))/2.0) {
+    if (xFullTickLabelWidth + xleft_bdr_px + yFullTickLabelLineSpacing >= (x_px - XLabel->width(p))/2.0) {
       ybot_bdr_px += xFullTickLabelLineSpacing;
       bOffsetX = true;




More information about the Kst mailing list