[Kst] [Bug 129599] Apply button is always enabled
Andrew Walker
arwalker at sumusltd.com
Mon Jun 26 20:46:44 CEST 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=129599
------- Additional Comments From arwalker sumusltd com 2006-06-26 20:46 -------
SVN commit 555227 by arwalker:
CCBUG:129599 Revert. Should not have been checked in.
M +1 -1 ksttoplevelview.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/ksttoplevelview.cpp #555226:555227
@ -1820,7 +1820,7 @
bool KstTopLevelView::handleDoubleClick(const QPoint& pos, bool shift) {
handlePress(pos, shift);
if (_pressTarget) {
- _pressTarget->showDialog(this, true);
+ _pressTarget->showDialog(this);
}
return true;
}
More information about the Kst
mailing list