From ba6ee3f1b9a69ebb7c1bf1627a64bdcb1685b354 Mon Sep 17 00:00:00 2001 From: M4x1m3 Date: Wed, 24 Feb 2021 21:47:29 +0100 Subject: [PATCH] [apps] Fixed #456 --- apps/apps_container.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/apps_container.cpp b/apps/apps_container.cpp index e486e0e60..0bbe77d11 100644 --- a/apps/apps_container.cpp +++ b/apps/apps_container.cpp @@ -196,7 +196,7 @@ bool AppsContainer::dispatchEvent(Ion::Events::Event event) { } if (changedZoom) { KDIonContext::sharedContext()->updatePostProcessingEffects(); - redrawWindow(); + redrawWindow(true); return true; } }