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.
This commit is contained in:
parent
09ba49e401
commit
089059aba3
1 changed files with 0 additions and 1 deletions
|
@ -492,7 +492,6 @@ void ShellClient::doSetGeometry(const QRect &rect)
|
|||
m_internalWindow->setGeometry(windowRect);
|
||||
}
|
||||
}
|
||||
triggerDecorationRepaint();
|
||||
if (hasStrut()) {
|
||||
workspace()->updateClientArea();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue