[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Fri Sep 3 19:48:36 CEST 2004


CVS commit by arwalker: 

Ensure that _stLast is set correctly.


  M +1 -0      kst2dplot.cpp   1.259


--- kdeextragear-2/kst/kst/kst2dplot.cpp  #1.258:1.259
@@ -1931,4 +1931,5 @@ void Kst2DPlot::setTicks(double& tick, d
     if (is_log == _isLogLast && _stLast != 0.0) {
       if (St/_stLast < TICK_HYSTERESIS_FACTOR && St/_stLast > 1.0/TICK_HYSTERESIS_FACTOR) {
+        St = _stLast;
         tick = _tickYLast;
       }





More information about the Kst mailing list