Fix #78856.
CCMAIL: 78856-done@bugs.kde.org svn path=/trunk/kdebase/kwin/; revision=304870
This commit is contained in:
parent
4bf13f6f8f
commit
43ed3b4fa5
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ void Workspace::updateMinimizedOfTransients( Client* c )
|
|||
++it )
|
||||
{
|
||||
if( !(*it)->isMinimized()
|
||||
&& !(*it)->isShade()
|
||||
&& !(*it)->isTopMenu() ) // topmenus are not minimized, they're hidden
|
||||
{
|
||||
(*it)->minimize( true ); // avoid animation
|
||||
|
|
Loading…
Reference in a new issue