Skip to content

Commit

Permalink
Show cursor hint when we drag
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumechereau committed Jan 3, 2024
1 parent f7b4a92 commit 6dc8e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/goxel.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ static int on_drag(const gesture_t *gest, void *user)
c->snaped = goxel_unproject(
gest->viewport, gest->pos, c->snap_mask,
c->snap_offset, c->pos, c->normal);
set_cursor_hint(c);

// Set some default values. The tools can override them.
// XXX: would be better to reset the cursor when we change tool!
Expand Down

0 comments on commit 6dc8e4a

Please sign in to comment.