mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Fix crashes after removing markers.
git-svn-id: svn://localhost/ardour2/branches/3.0@8039 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b55ef985f5
commit
a19e79f4f0
2 changed files with 25 additions and 2 deletions
|
|
@ -637,6 +637,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
* for all markers or for just a few.
|
||||
*/
|
||||
std::map<ArdourCanvas::Group *, std::list<Marker *> > _sorted_marker_lists;
|
||||
void remove_sorted_marker (Marker *);
|
||||
|
||||
void hide_marker (ArdourCanvas::Item*, GdkEvent*);
|
||||
void clear_marker_display ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue