fix "stuck marker focus" after deleting marker.
This commit is contained in:
parent
43d3bf5696
commit
c2493141d9
@ -4040,6 +4040,7 @@ Editor::cut_copy (CutCopyOp op)
|
||||
Location* loc = find_location_from_marker (entered_marker, ignored);
|
||||
|
||||
if (_session && loc) {
|
||||
entered_marker = NULL;
|
||||
Glib::signal_idle().connect (sigc::bind (sigc::mem_fun(*this, &Editor::really_remove_marker), loc));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user