Skip to content

Commit 60302fc

Browse files
committed
MultitaskingView: Hook up ShellClients to new gesture logic
1 parent 3951e5b commit 60302fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Widgets/MultitaskingView.vala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ namespace Gala {
6262
multitasking_gesture_controller = new GestureController (MULTITASKING_VIEW, this);
6363
multitasking_gesture_controller.enable_touchpad ();
6464

65+
add_target (ShellClientsManager.get_instance ()); // For hiding the panels
66+
6567
workspaces = new WorkspaceRow (display);
6668

6769
workspaces_gesture_controller = new GestureController (SWITCH_WORKSPACE, this) {

0 commit comments

Comments
 (0)