Skip to content

Commit 5fe19be

Browse files
committed
MultitaskingView: Hook up ShellClients to new gesture logic
1 parent f5af4f0 commit 5fe19be

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
@@ -64,6 +64,8 @@ namespace Gala {
6464
multitasking_gesture_controller = new GestureController (GESTURE_ID, MULTITASKING_VIEW, this);
6565
multitasking_gesture_controller.enable_touchpad ();
6666

67+
add_target (ShellClientsManager.get_instance ()); // For hiding the panels
68+
6769
workspaces = new WorkspaceRow (display);
6870

6971
workspaces_gesture_controller = new GestureController (WorkspaceRow.GESTURE_ID, SWITCH_WORKSPACE, workspaces) {

0 commit comments

Comments
 (0)