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 committed by Paul Davis
parent 1310d8f59d
commit cd1aabc429

View File

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