CT: kcontrol/windows.cpp says default is off for ShadeHover
svn path=/trunk/kdebase/kwin/; revision=79169
This commit is contained in:
parent
7158d07ceb
commit
2962a95929
1 changed files with 18 additions and 18 deletions
|
@ -175,7 +175,7 @@ void Options::reload()
|
|||
autoRaise = config->readBoolEntry("AutoRaise", FALSE );
|
||||
autoRaiseInterval = config->readNumEntry("AutoRaiseInterval", 0 );
|
||||
|
||||
shadeHover = config->readBoolEntry("ShadeHover", TRUE );
|
||||
shadeHover = config->readBoolEntry("ShadeHover", FALSE );
|
||||
shadeHoverInterval = config->readNumEntry("ShadeHoverInterval", 250 );
|
||||
|
||||
// important: autoRaise implies ClickRaise
|
||||
|
|
Loading…
Reference in a new issue