diff options
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 3ba863cdf..d41ae11e0 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2101,8 +2101,8 @@ void ZoomVerb::perform(SPAction *action, void *data) default: break; } - - dt->updateNow(); + // this is not needed canvas is updated correctly in all + // dt->updateNow(); } // end of sp_verb_action_zoom_perform() |
