fix "stuck marker focus" after deleting marker.

This commit is contained in:
Robin Gareus 2015-12-08 23:39:36 +01:00
parent 43d3bf5696
commit c2493141d9

View File

@ -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));
}