[apps] Fixed #456

This commit is contained in:
M4x1m3
2021-02-24 21:47:29 +01:00
parent 41554caf27
commit ba6ee3f1b9

View File

@@ -196,7 +196,7 @@ bool AppsContainer::dispatchEvent(Ion::Events::Event event) {
}
if (changedZoom) {
KDIonContext::sharedContext()->updatePostProcessingEffects();
redrawWindow();
redrawWindow(true);
return true;
}
}