Merge branch 'Plasma/5.16'

This commit is contained in:
Aleix Pol 2019-06-23 20:00:09 +02:00
commit cbd200d147

View file

@ -938,7 +938,7 @@ void AbstractClient::applyWindowRules()
workspace()->activateNextClient(this); workspace()->activateNextClient(this);
// Closeable // Closeable
QSize s = adjustedSize(); QSize s = adjustedSize();
if (s != size()) if (s != size() && s.isValid())
resizeWithChecks(s); resizeWithChecks(s);
// Autogrouping : Only checked on window manage // Autogrouping : Only checked on window manage
// AutogroupInForeground : Only checked on window manage // AutogroupInForeground : Only checked on window manage