[Kst] extragear/graphics/kst/src/libkstapp
George Staikos
staikos at kde.org
Mon Mar 20 02:53:13 CET 2006
SVN commit 520475 by staikos:
In any case, Apply should be disabled for a new object. It's only for object
edits. Basically invalidates this bug report.
BUG: 123577
M +1 -0 ksteditviewobjectdialog_i.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/ksteditviewobjectdialog_i.cpp #520474:520475
@@ -63,6 +63,7 @@
void KstEditViewObjectDialogI::setNew() {
_isNew = true;
+ _apply->setEnabled(false);
}
More information about the Kst
mailing list