[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Thu Jan 29 02:47:27 CET 2004
CVS commit by staikos:
Make updates continue to work after zooming.
M +1 -0 kst.cpp 1.69
--- kdeextragear-2/kst/kst/kst.cpp #1.68:1.69
@@ -780,4 +780,5 @@ void KstApp::slotTimer() {
KstMouseModeType M = view->MouseInfo->getMode();
if (M == XY_ZOOMBOX || M == Y_ZOOMBOX || M == X_ZOOMBOX) {
+ timer->start(KstSettings::globalSettings()->plotUpdateTimer, false);
return;
}
More information about the Kst
mailing list