From 712fc00c2bd830f82fc9238b783bdd9c27eb99b0 Mon Sep 17 00:00:00 2001 From: Chris Townsend Date: Wed, 12 Mar 2014 14:20:51 -0400 Subject: Fix where the new setting was not read and set upon Unity starting. Fix a couple of unit tests based on the behavior. (bzr r3702.3.4) --- plugins/unityshell/src/unityshell.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/unityshell') diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp index af09ebc3b..f81841f36 100644 --- a/plugins/unityshell/src/unityshell.cpp +++ b/plugins/unityshell/src/unityshell.cpp @@ -3703,6 +3703,8 @@ void UnityScreen::initLauncher() on_launcher_size_changed(launcher.GetPointer(), launcher->GetWidth(), launcher->GetHeight()); } + launcher_controller_->options()->scroll_inactive_icons = optionGetScrollInactiveIcons(); + ScheduleRelayout(0); } -- cgit v1.2.3