[Kst] [Bug 123568] Plot dialog out of sync with plot
Andrew Walker
arwalker at sumusltd.com
Tue Mar 14 19:39:00 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=123568
arwalker sumusltd com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From arwalker sumusltd com 2006-03-14 19:38 -------
SVN commit 518631 by arwalker:
BUG:123568 Ensure that plot dialog is sync'ed with plot
M +2 -1 kst2dplot.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kst2dplot.cpp #518630:518631
@ -4174,6 +4174,7 @
kstdDebug() << "mouse release: do update" << endl;
setDirty();
static_cast<KstViewWidget*>(view)->paint();
+ emit modified();
}
}
@ -5054,7 +5055,7 @
if (handled) {
view->paint();
e->accept();
- //emit modified();
+ emit modified();
return;
}
More information about the Kst
mailing list