[Kst] extragear/graphics/kst/kst

Andrew Walker arwalker at sumusltd.com
Mon Jun 13 21:09:48 CEST 2005


SVN commit 425064 by arwalker:

Handle enabling/disabling of -X and -Y error bar vector selection.

 M  +5 -0      kstcurvedialog_i.cpp  


--- trunk/extragear/graphics/kst/kst/kstcurvedialog_i.cpp #425063:425064
@@ -96,6 +96,9 @@
 
   _checkBoxXMinusSameAsPlus->setChecked(true);
   _checkBoxYMinusSameAsPlus->setChecked(true);
+  
+  toggledXErrorSame();
+  toggledYErrorSame();
 }
 
 
@@ -162,6 +165,8 @@
     }  else {
       _checkBoxYMinusSameAsPlus->setChecked(false);
     }
+    toggledXErrorSame();
+    toggledYErrorSame();
 
     _curveAppearance->setValue(DP->hasLines(), DP->hasPoints(),
         DP->hasBars(), DP->color(),


More information about the Kst mailing list