13
0

clear marker selection as part of Selection::clear(); fixes "error" that prevents click from creating a new midi region because there appears to be a marker selection

git-svn-id: svn://localhost/ardour2/branches/3.0@11449 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-02-05 21:00:59 +00:00
parent a5b39d56df
commit 442dd75533

View File

@ -104,6 +104,7 @@ Selection::clear ()
clear_playlists ();
clear_midi_notes ();
clear_midi_regions ();
clear_markers ();
}
void