From 089059aba38cf0aab1e625ed4fdacb259aa25f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 10 Aug 2016 12:36:18 +0200 Subject: [PATCH] Don't trigger decoration repaint when ShellClient geometry changes The geometry change will trigger an update through the signals on the decoration anyway. Thus a dedicated repaint is not needed. --- shell_client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/shell_client.cpp b/shell_client.cpp index 2f3ca217be..1e29efca91 100644 --- a/shell_client.cpp +++ b/shell_client.cpp @@ -492,7 +492,6 @@ void ShellClient::doSetGeometry(const QRect &rect) m_internalWindow->setGeometry(windowRect); } } - triggerDecorationRepaint(); if (hasStrut()) { workspace()->updateClientArea(); }