Remove explicit repaint in InternalClient::commitGeometry()
The associated window item will schedule a repaint if needed.
This commit is contained in:
parent
506214a632
commit
9be862999e
1 changed files with 0 additions and 1 deletions
|
@ -469,7 +469,6 @@ void InternalClient::commitGeometry(const QRect &rect)
|
|||
m_frameGeometry = rect;
|
||||
m_bufferGeometry = m_clientGeometry;
|
||||
|
||||
addWorkspaceRepaint(visibleGeometry());
|
||||
updateGeometryBeforeUpdateBlocking();
|
||||
syncGeometryToInternalWindow();
|
||||
|
||||
|
|
Loading…
Reference in a new issue