[Kst] [Bug 123577] Problem creating new label objects
George Staikos
staikos at kde.org
Mon Mar 20 02:54:32 CET 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=123577
staikos kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From staikos kde org 2006-03-20 02:54 -------
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