mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +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;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
_region_peak_cursor->hide ();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue