[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Mon Mar 28 05:17:21 CEST 2005
CVS commit by staikos:
we weren't always getting the updates here since we changed the way updates
and paints work
M +2 -0 kstdatamanager_i.cpp 1.99
--- kdeextragear-2/kst/kst/kstdatamanager_i.cpp #1.98:1.99
@@ -527,4 +527,5 @@ void KstDataManagerI::delete_I() {
doUpdates();
}
+ update();
} else {
// Don't prompt for base curves
@@ -549,4 +550,5 @@ void KstDataManagerI::delete_I() {
}
KstApp::inst()->paintAll(P_PLOT);
+ update();
} else {
KMessageBox::sorry(this, i18n("Cannot delete objects with dependencies."));
More information about the Kst
mailing list