Remove explicit repaint in InternalClient::commitGeometry()

The associated window item will schedule a repaint if needed.
This commit is contained in:
Vlad Zahorodnii 2021-05-19 09:14:02 +03:00
parent 506214a632
commit 9be862999e

View file

@ -469,7 +469,6 @@ void InternalClient::commitGeometry(const QRect &rect)
m_frameGeometry = rect;
m_bufferGeometry = m_clientGeometry;
addWorkspaceRepaint(visibleGeometry());
updateGeometryBeforeUpdateBlocking();
syncGeometryToInternalWindow();