[Kst] extragear/graphics/kst/src/libkstapp
Andrew Walker
arwalker at sumusltd.com
Tue Mar 14 19:38:49 CET 2006
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