Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter committed Oct 26, 2023
1 parent af18492 commit 38a4059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WindowManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ namespace Gala {
unowned var manager = display.get_workspace_manager ();

var direction = gesture_tracker.settings.get_natural_scroll_direction (gesture);

moving = display.focus_window;
moving.change_workspace (manager.get_active_workspace ().get_neighbor (direction));

Expand Down

0 comments on commit 38a4059

Please sign in to comment.