Backported revision 833261. Corrected number of default effects.
CCBUG: 166720 CCMAIL: kwin@kde.org svn path=/branches/KDE/4.1/kdebase/workspace/; revision=833279
This commit is contained in:
parent
b085567617
commit
ccf673f812
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ void KWinCompositingConfig::loadGeneralTab()
|
||||||
+ LOAD_EFFECT_CONFIG("desktopgrid")
|
+ LOAD_EFFECT_CONFIG("desktopgrid")
|
||||||
+ LOAD_EFFECT_CONFIG("dialogparent")
|
+ LOAD_EFFECT_CONFIG("dialogparent")
|
||||||
+ LOAD_EFFECT_CONFIG("trackmouse");
|
+ LOAD_EFFECT_CONFIG("trackmouse");
|
||||||
if (winManagementEnabled > 0 && winManagementEnabled < 4) {
|
if (winManagementEnabled > 0 && winManagementEnabled < 5) {
|
||||||
ui.effectWinManagement->setTristate(true);
|
ui.effectWinManagement->setTristate(true);
|
||||||
ui.effectWinManagement->setCheckState(Qt::PartiallyChecked);
|
ui.effectWinManagement->setCheckState(Qt::PartiallyChecked);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue