Fix animate and restore bug #21511
svn path=/trunk/kdebase/kwin/; revision=172906
This commit is contained in:
parent
4bc3f8b247
commit
35653960f1
1 changed files with 2 additions and 0 deletions
|
@ -393,6 +393,8 @@ Manager::slotHelp()
|
|||
void
|
||||
Manager::animateIconifyOrDeiconify(bool iconify)
|
||||
{
|
||||
if (!options->animateMinimize)
|
||||
return;
|
||||
animate(iconify, Static::instance()->animationStyle());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue