Skip to content

Commit

Permalink
Restore the cursor shape to default when activating scale or expo (#1875
Browse files Browse the repository at this point in the history
)

Co-authored-by: Paul Mirkwood <[email protected]>
  • Loading branch information
ammen99 and ErynGalen authored Aug 29, 2023
1 parent e4b123c commit b60d661
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/common/wayfire/plugins/common/input-grab.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ class input_grab_t
wf::get_core().transfer_grab(grab_node);
scene::update(root, scene::update_flag::CHILDREN_LIST);
output->refocus();

// Set cursor to default.
wf::get_core().set_cursor("default");
}

/**
Expand Down

0 comments on commit b60d661

Please sign in to comment.