mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 15:16:25 +01:00
fix note 0015900 on #5589 (cursor doesn't change when switching edit point
This commit is contained in:
parent
dcd2f98f7f
commit
a562e35919
1 changed files with 4 additions and 0 deletions
|
|
@ -1290,6 +1290,10 @@ Editor::reset_canvas_cursor ()
|
||||||
|
|
||||||
Gdk::Cursor* cursor = which_mode_cursor ();
|
Gdk::Cursor* cursor = which_mode_cursor ();
|
||||||
|
|
||||||
|
if (!cursor) {
|
||||||
|
cursor = which_grabber_cursor ();
|
||||||
|
}
|
||||||
|
|
||||||
if (cursor) {
|
if (cursor) {
|
||||||
set_canvas_cursor (cursor);
|
set_canvas_cursor (cursor);
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue