Merge branch 'Plasma/5.16'
This commit is contained in:
commit
cbd200d147
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue