Fixed disabling/enabling decoration animations in non-advance mode
CCBUG: 313795
This commit is contained in:
parent
8efe111162
commit
2d9e9d6029
1 changed files with 3 additions and 2 deletions
|
@ -137,8 +137,9 @@ namespace Oxygen
|
|||
|
||||
setChanged( false );
|
||||
|
||||
if( _expertMode )
|
||||
{ _animationConfigWidget->save(); }
|
||||
if( _expertMode ) _animationConfigWidget->save();
|
||||
else _configuration->setAnimationsEnabled( ui.animationsEnabled->isChecked() );
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue