[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Mar 9 23:10:36 CET 2004


CVS commit by staikos: 

save log state


  M +4 -0      kstplot.cpp   1.41
  M +1 -0      kstplot.h   1.22


--- kdeextragear-2/kst/kst/kstplot.cpp  #1.40:1.41
@@ -1553,4 +1553,6 @@ void KstPlot::pushScale() {
   ps->xscalemode = XScaleMode;
   ps->yscalemode = YScaleMode;
+  ps->xlog = XLog;
+  ps->ylog = YLog;
 
   PlotScaleList.append(ps);
@@ -1569,4 +1571,6 @@ bool KstPlot::popScale() {
     XScaleMode = ps->xscalemode;
     YScaleMode = ps->yscalemode;
+    XLog = ps->xlog;
+    YLog = ps->ylog;
     return true;
   }

--- kdeextragear-2/kst/kst/kstplot.h  #1.21:1.22
@@ -40,4 +40,5 @@ struct KstPlotScale {
   KstScaleModeType xscalemode;
   KstScaleModeType yscalemode;
+  bool xlog, ylog;
 };
 





More information about the Kst mailing list