summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4d585dd)
raw | patch | inline | side by side (parent: 4d585dd)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 28 Jan 2009 21:15:43 +0000 (21:15 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 28 Jan 2009 21:15:43 +0000 (21:15 +0000) |
src/extension/execution-env.cpp | patch | blob | history |
index 539e0786ac9330eb780f551d88b2e46ce2a5c634..4a13890d78c4137b8c5aa6dd9e2662d4d5299ded 100644 (file)
void
ExecutionEnv::cancel (void) {
+ SPDesktop *desktop = (SPDesktop *)_doc;
+ desktop->clearWaitingCursor();
_effect->get_imp()->cancelProcessing();
return;
}
if (_show_working) {
createWorkingDialog();
}
+ SPDesktop *desktop = (SPDesktop *)_doc;
+ desktop->setWaitingCursor();
_effect->get_imp()->effect(_effect, _doc, _docCache);
+ desktop->clearWaitingCursor();
_state = ExecutionEnv::COMPLETE;
// _runComplete.signal();
return;