mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Hide region peak cursor when mouse leaves regions or canvas
Previously the cursor remained visible when moving the mouse out of the canvas area.
This commit is contained in:
parent
b50477e608
commit
bd5e85780a
1 changed files with 1 additions and 0 deletions
|
|
@ -2176,6 +2176,7 @@ Editor::leave_handler (ArdourCanvas::Item* item, GdkEvent*, ItemType item_type)
|
|||
break;
|
||||
|
||||
default:
|
||||
_region_peak_cursor->hide ();
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue