mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Handle MouseGrid cursor (fix -Wswitch, amend 784d2ecc)
This commit is contained in:
parent
250174b16e
commit
20b646e962
1 changed files with 1 additions and 0 deletions
|
|
@ -1261,6 +1261,7 @@ Editor::which_mode_cursor () const
|
||||||
mode_cursor = _cursors->scissors;
|
mode_cursor = _cursors->scissors;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case MouseGrid:
|
||||||
case MouseObject:
|
case MouseObject:
|
||||||
case MouseContent:
|
case MouseContent:
|
||||||
/* don't use mode cursor, pick a grabber cursor based on the item */
|
/* don't use mode cursor, pick a grabber cursor based on the item */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue