Skip to content

Commit

Permalink
Restore the cursor shape to default when activating scale or expo
Browse files Browse the repository at this point in the history
  • Loading branch information
ErynGalen authored and ammen99 committed Aug 29, 2023
1 parent e557d24 commit 46b9405
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 46b9405

Please sign in to comment.