From 14b7d88851378ac5ee85198634a984a665668237 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 13 Mar 2012 11:19:54 -0500 Subject: Add check box option to control taskbar window cycling with mouse wheel. This closes bug report 251. --- kicker/taskbar/taskbar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'kicker/taskbar/taskbar.h') diff --git a/kicker/taskbar/taskbar.h b/kicker/taskbar/taskbar.h index 9f56565e3..bb4167166 100644 --- a/kicker/taskbar/taskbar.h +++ b/kicker/taskbar/taskbar.h @@ -110,6 +110,7 @@ private: bool blocklayout; bool m_showAllWindows; + bool m_cycleWheel; // The screen to show, -1 for all screens int m_currentScreen; bool m_showOnlyCurrentScreen; -- cgit v1.2.1