From 9be862999ea4a42a0fde85c935c228e9ace32840 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Wed, 19 May 2021 09:14:02 +0300 Subject: [PATCH] Remove explicit repaint in InternalClient::commitGeometry() The associated window item will schedule a repaint if needed. --- src/internal_client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internal_client.cpp b/src/internal_client.cpp index aa9af8caab..1421b739f9 100644 --- a/src/internal_client.cpp +++ b/src/internal_client.cpp @@ -469,7 +469,6 @@ void InternalClient::commitGeometry(const QRect &rect) m_frameGeometry = rect; m_bufferGeometry = m_clientGeometry; - addWorkspaceRepaint(visibleGeometry()); updateGeometryBeforeUpdateBlocking(); syncGeometryToInternalWindow();