[Kst] extragear/graphics/kst/src/libkstapp

Andrew Walker arwalker at sumusltd.com
Tue Jun 27 00:01:11 CEST 2006


SVN commit 555286 by arwalker:

CCBUG:129599 Disable the Apply button when Edit Object dialog is launched.

 M  +1 -0      ksteditviewobjectdialog_i.cpp  


--- trunk/extragear/graphics/kst/src/libkstapp/ksteditviewobjectdialog_i.cpp #555285:555286
@@ -82,6 +82,7 @@
   if (_viewObject) {
     setCaption(i18n("Edit %1").arg(_viewObject->type()));
   }
+  _apply->setEnabled(false);
   show();
   raise();
 }


More information about the Kst mailing list