From 4e5c2c20528c0540545a87d08ebd6a3b798c8e3b Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Thu, 24 Oct 2013 20:11:34 +0200 Subject: Fix defaults for tabbar mouse wheel in konsole and konqueror --- konsole/konsole/konsole.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konsole') diff --git a/konsole/konsole/konsole.cpp b/konsole/konsole/konsole.cpp index 0cb65310e..9f694ca72 100644 --- a/konsole/konsole/konsole.cpp +++ b/konsole/konsole/konsole.cpp @@ -1627,7 +1627,7 @@ void Konsole::readProperties(TDEConfig* config, const TQString &schema, bool glo b_xonXoff = config->readBoolEntry("XonXoff",false); b_matchTabWinTitle = config->readBoolEntry("MatchTabWinTitle",false); - b_mouseWheelScroll = config->readBoolEntry("TabsCycleWheel",false); + b_mouseWheelScroll = config->readBoolEntry("TabsCycleWheel",true); config->setGroup("UTMP"); b_addToUtmp = config->readBoolEntry("AddToUtmp",true); config->setDesktopGroup(); -- cgit v1.2.3