Prevent plugins appearing twice on the automation submenu.

git-svn-id: svn://localhost/ardour2/trunk@2505 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2007-10-01 17:19:09 +00:00
parent ed2f09edc5
commit 5ea5cc6034
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ RouteTimeAxisView::post_construct ()
/* map current state of the route */
update_diskstream_display ();
subplugin_menu.items().clear ();
_route->foreach_processor (this, &RouteTimeAxisView::add_processor_to_subplugin_menu);
_route->foreach_processor (this, &RouteTimeAxisView::add_existing_processor_automation_curves);
reset_processor_automation_curves ();