mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 04:36:30 +01:00
fix for #4689 from dave flick
git-svn-id: svn://localhost/ardour2/branches/3.0@11467 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b08d13706f
commit
b3652ddc3d
1 changed files with 1 additions and 1 deletions
|
|
@ -2051,7 +2051,7 @@ Editor::leave_handler (ArdourCanvas::Item* item, GdkEvent*, ItemType item_type)
|
||||||
case TempoMarkerItem:
|
case TempoMarkerItem:
|
||||||
|
|
||||||
if (is_drawable()) {
|
if (is_drawable()) {
|
||||||
set_canvas_cursor (_cursors->timebar);
|
set_canvas_cursor (current_canvas_cursor);
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue