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