13
0

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:
Robin Gareus 2024-07-15 15:33:39 +02:00
parent b50477e608
commit bd5e85780a
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -2176,6 +2176,7 @@ Editor::leave_handler (ArdourCanvas::Item* item, GdkEvent*, ItemType item_type)
break;
default:
_region_peak_cursor->hide ();
break;
}