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
icc-effect-5.14.5
Thomas Lübking 2013-06-28 21:49:24 +02:00
parent 89a1027ac8
commit 9694330aa8
1 changed files with 1 additions and 1 deletions

View File

@ -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;