Fixed disabling/enabling decoration animations in non-advance mode

CCBUG: 313795
This commit is contained in:
Hugo Pereira Da Costa 2013-02-22 17:39:56 +01:00
parent 8efe111162
commit 2d9e9d6029

View file

@ -137,8 +137,9 @@ namespace Oxygen
setChanged( false );
if( _expertMode )
{ _animationConfigWidget->save(); }
if( _expertMode ) _animationConfigWidget->save();
else _configuration->setAnimationsEnabled( ui.animationsEnabled->isChecked() );
}