[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Fri Sep 23 15:17:53 CEST 2005


SVN commit 463295 by staikos:

explicitly give the values since we save to disk


 M  +1 -1      kst2dplot.h  


--- trunk/extragear/graphics/kst/kst/kst2dplot.h #463294:463295
@@ -41,7 +41,7 @@
 class KstViewLabel;
 typedef KstSharedPtr<KstViewLabel> KstViewLabelPtr;
 
-enum KstScaleModeType { AUTO, AC, FIXED, AUTOUP, NOSPIKE, AUTOBORDER, EXPRESSION };
+enum KstScaleModeType { AUTO = 0, AC = 1, FIXED = 2, AUTOUP = 3, NOSPIKE = 4, AUTOBORDER = 5, EXPRESSION = 6 };
 
 struct KstPlotScale {
   double xmin;


More information about the Kst mailing list