[Kst] kdeextragear-2/kst/kst

Barth Netterfield netterfield at astro.utoronto.ca
Tue Mar 1 21:47:03 CET 2005


CVS commit by netterfield: 

BUG:
The wrong tab in the plot dialog would be opened upon clicking on a label
or on the axes in a plot.  This fixes that.


  M +4 -3      kstplotdialog_i.h   1.41
  M +6 -6      updatethread.cpp   1.38


--- kdeextragear-2/kst/kst/kstplotdialog_i.h  #1.40:1.41
@@ -25,7 +25,8 @@ class KMdiChildView;
 
 #define CONTENT_TAB   0
-#define LIMITS_TAB    1
-#define LABELS_TAB    2
-#define LEGEND_TAB    3
+#define LABELS_TAB    1
+#define LEGEND_TAB    1
+#define AXES_TAB      2
+#define LIMITS_TAB    3
 #define MARKERS_TAB   4
 

--- kdeextragear-2/kst/kst/updatethread.cpp  #1.37:1.38
@@ -29,5 +29,5 @@
 
 // 0 - none, 1 - some, 2 - lots, 3 - too much
-#define UPDATEDEBUG 0
+#define UPDATEDEBUG 2
 
 UpdateThread::UpdateThread(KstDoc *doc)




More information about the Kst mailing list