Handle MouseGrid cursor (fix -Wswitch, amend 784d2ecc)

This commit is contained in:
Robin Gareus 2023-09-07 21:15:05 +02:00
parent 250174b16e
commit 20b646e962
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 0 deletions

View File

@ -1261,6 +1261,7 @@ Editor::which_mode_cursor () const
mode_cursor = _cursors->scissors;
break;
case MouseGrid:
case MouseObject:
case MouseContent:
/* don't use mode cursor, pick a grabber cursor based on the item */