mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 23:48:22 +01:00
Make sure entered_marker is resetted if it's removed
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2734 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
64c099b7fd
commit
10140d119d
1 changed files with 4 additions and 0 deletions
|
|
@ -424,6 +424,10 @@ Editor::remove_marker (ArdourCanvas::Item& item, GdkEvent* event)
|
|||
/*NOTREACHED*/
|
||||
}
|
||||
|
||||
if (entered_marker == marker) {
|
||||
entered_marker = NULL;
|
||||
}
|
||||
|
||||
Location* loc = find_location_from_marker (marker, is_start);
|
||||
|
||||
if (session && loc) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue