[Kst] kdeextragear-2/kst/kst

Rick Chern rchern at interchange.ubc.ca
Tue Aug 24 21:18:34 CEST 2004


CVS commit by rchern: 

Fill in the field values before disabling them for real-time autobin


  M +4 -0      ksthsdialog_i.cpp   1.67


--- kdeextragear-2/kst/kst/ksthsdialog_i.cpp  #1.66:1.67
@@ -348,4 +348,8 @@ void KstHsDialogI::autoBin() {
 
 void KstHsDialogI::updateButtons() {
+  if (_realTimeAutoBin->isChecked()) {
+    autoBin();
+  }
+
   Min->setEnabled(!_realTimeAutoBin->isChecked());
   Max->setEnabled(!_realTimeAutoBin->isChecked());





More information about the Kst mailing list