Oxygen::Config - Fixed saving of ShadowCacheMode.
This commit is contained in:
parent
d9d97a471b
commit
98b415db93
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ namespace Oxygen
|
|||
configuration.setBlendColor( Configuration::blendColor( userInterface_->ui.blendColor->currentText(), true ) );
|
||||
configuration.setFrameBorder( Configuration::frameBorder( userInterface_->ui.frameBorder->currentText(), true ) );
|
||||
configuration.setSizeGripMode( Configuration::sizeGripMode( userInterface_->ui.sizeGripMode->currentText(), true ) );
|
||||
configuration.setShadowCacheMode( Configuration::shadowCacheMode( userInterface_->ui.shadowCacheMode->currentText(), true ) );
|
||||
configuration.setSeparatorMode( (Oxygen::Configuration::SeparatorMode) userInterface_->ui.separatorMode->currentIndex() );
|
||||
configuration.setDrawTitleOutline( userInterface_->ui.titleOutline->isChecked() );
|
||||
configuration.setUseDropShadows( userInterface_->shadowConfigurations[1]->isChecked() );
|
||||
|
|
Loading…
Reference in a new issue