We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dea417 commit e1d561aCopy full SHA for e1d561a
src/Widgets/MultitaskingView.vala
@@ -64,6 +64,8 @@ namespace Gala {
64
multitasking_gesture_controller = new GestureController (GESTURE_ID, MULTITASKING_VIEW, this);
65
multitasking_gesture_controller.enable_touchpad ();
66
67
+ add_target (ShellClientsManager.get_instance ()); // For hiding the panels
68
+
69
workspaces = new WorkspaceRow (display);
70
71
workspaces_gesture_controller = new GestureController (WorkspaceRow.GESTURE_ID, SWITCH_WORKSPACE, workspaces) {
0 commit comments