Summary: | Active desktop borders setting gets reset every time window behaviour settings is selected from control center | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Janne Hayrynen <sniff> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | petr.sykora |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Janne Hayrynen
2006-03-19 11:43:51 UTC
Confirmed on r519427 on FreeBSD. *** Bug 130096 has been marked as a duplicate of this bug. *** SVN commit 571672 by lunakl: Electric border setting is not bool. BUG: 123891 M +1 -1 windows.cpp --- branches/KDE/3.5/kdebase/kwin/kcmkwin/kwinoptions/windows.cpp #571671:571672 @@ -674,7 +674,7 @@ setShadeHover(config->readBoolEntry(KWIN_SHADEHOVER, false)); setShadeHoverInterval(config->readNumEntry(KWIN_SHADEHOVER_INTERVAL, 250)); - setElectricBorders(config->readBoolEntry(KWM_ELECTRIC_BORDER, false)); + setElectricBorders(config->readNumEntry(KWM_ELECTRIC_BORDER, 0)); setElectricBorderDelay(config->readNumEntry(KWM_ELECTRIC_BORDER_DELAY, 150)); // setFocusStealing( config->readNumEntry(KWIN_FOCUS_STEALING, 2 )); |