grant minimizability to transient special clients
This will not provide a 100% fix, since at least KMainWindow toolbars at some point start to behave like override_redirects BUG: 320921 REVIEW: 111303 FIXED-IN: 4.11
This commit is contained in:
parent
89a1027ac8
commit
9694330aa8
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,7 @@ void Client::hideClient(bool hide)
|
|||
*/
|
||||
bool Client::isMinimizable() const
|
||||
{
|
||||
if (isSpecialWindow())
|
||||
if (isSpecialWindow() && !isTransient())
|
||||
return false;
|
||||
if (!rules()->checkMinimize(true))
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue