[Kst] extragear/graphics/kst/kst

Andrew Walker arwalker at sumusltd.com
Sat May 28 00:55:30 CEST 2005


SVN commit 418899 by arwalker:

Initialize axis tick settings for newly created plots.

 M  +5 -1      kst2dplot.cpp  


--- trunk/extragear/graphics/kst/kst/kst2dplot.cpp #418898:418899
@@ -122,7 +122,11 @@
   _yAxisTimezoneHrs = 0.0;
   _xScaleModeDefault = AUTO;
   _yScaleModeDefault = AUTOBORDER;
-
+  _xTicksInPlot = true;
+  _xTicksOutPlot = false;
+  _yTicksInPlot = true;
+  _yTicksOutPlot = false;
+  
   commonConstructor(in_tag, yscale_in, xscale_in, xmin_in, ymin_in,
                     xmax_in, ymax_in);
 }


More information about the Kst mailing list