[Kst] kdeextragear-2/kst/kst
    Andrew Walker 
    arwalker at sumusltd.com
       
    Wed Dec  8 01:16:07 CET 2004
    
    
  
CVS commit by arwalker: 
Correctly disable/enable the height field depending on the state of the Square check box.
  M +1 -1      kstgraphfiledialog_i.cpp   1.19
--- kdeextragear-2/kst/kst/kstgraphfiledialog_i.cpp  #1.18:1.19
@@ -179,5 +179,5 @@ void KstGraphFileDialogI::updateDialog()
   _ySize->setValue(_h);
   _square->setChecked(_isSquare);
-  _ySize->setEnabled(_isSquare);
+  _ySize->setEnabled(!_isSquare);
   _radioButtonAll->setChecked(_allWindows);
   _radioButtonActive->setChecked(!_allWindows);
    
    
More information about the Kst
mailing list