Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Jan 2, 2025
1 parent 021f6bf commit c396a4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/WindowManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ namespace Gala {
#else
stage.background_color = Clutter.Color.from_string (color);
#endif

gesture_tracker = new GestureTracker (AnimationDuration.WORKSPACE_SWITCH_MIN, AnimationDuration.WORKSPACE_SWITCH);
gesture_tracker.enable_touchpad (stage);
gesture_tracker.on_gesture_detected.connect (on_gesture_detected);
Expand Down Expand Up @@ -821,7 +822,7 @@ namespace Gala {

unowned Meta.Display display = get_display ();

// update_input_area ();
update_input_area ();
proxy.grab = stage.grab (actor);

if (modal_stack.size == 1) {
Expand All @@ -845,7 +846,7 @@ namespace Gala {
if (is_modal ())
return;

// update_input_area ();
update_input_area ();

unowned Meta.Display display = get_display ();

Expand Down

0 comments on commit c396a4f

Please sign in to comment.