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
@ -2176,6 +2176,7 @@ Editor::leave_handler (ArdourCanvas::Item* item, GdkEvent*, ItemType item_type)
|
||||
break;
|
||||
|
||||
default:
|
||||
_region_peak_cursor->hide ();
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user