[Kst] branches/work/kst/1.6/kst/src/libkstapp

Andrew Walker arwalker at sumusltd.com
Mon Nov 26 22:45:24 CET 2007


SVN commit 741992 by arwalker:

BUG:152893 Disable color selection for markers when default is checked

 M  +1 -1      kst2dplotwidget_i.cpp  


--- branches/work/kst/1.6/kst/src/libkstapp/kst2dplotwidget_i.cpp #741991:741992
@@ -287,7 +287,7 @@
     RemovePlotMarker->setEnabled(selected);
     RemoveAllPlotMarkers->setEnabled(count > 0);
   }
-  _colorMarker->setEnabled(_checkBoxDefaultMarkerColor->state() != QButton::Off);
+  _colorMarker->setEnabled(_checkBoxDefaultMarkerColor->state() != QButton::On);
 }
 
 


More information about the Kst mailing list