summaryrefslogtreecommitdiff
path: root/plugins/unityshell
diff options
authorAndrea Azzarone <azzaronea@gmail.com>2013-08-08 16:43:50 +0200
committerAndrea Azzarone <azzaronea@gmail.com>2013-08-08 16:43:50 +0200
commitf926e5e220f4084e0c5e9bf655c1b72902be2cce (patch)
tree4bfa9fc798bee19555f2d0feeb9379b4d353cbb8 /plugins/unityshell
parent4921a5a741a9579582769cdd90eb159829f710eb (diff)
Add edge barriers to panels too. Unit tests added.
(bzr r3456.2.3)
Diffstat (limited to 'plugins/unityshell')
-rw-r--r--plugins/unityshell/src/unityshell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp
index 7b4656a28..99c62c322 100644
--- a/plugins/unityshell/src/unityshell.cpp
+++ b/plugins/unityshell/src/unityshell.cpp
@@ -3260,7 +3260,7 @@ void UnityScreen::initLauncher()
/* Setup panel */
timer.Reset();
- panel_controller_ = std::make_shared<panel::Controller>();
+ panel_controller_ = std::make_shared<panel::Controller>(edge_barriers);
AddChild(panel_controller_.get());
panel_controller_->SetMenuShowTimings(optionGetMenusFadein(),
optionGetMenusFadeout(),