Fix trimming of old processor window proxies. May fix #3547.

git-svn-id: svn://localhost/ardour2/branches/3.0@8059 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2010-11-19 16:36:17 +00:00
parent b5fcd80ed6
commit e1d194cf48

View File

@@ -940,6 +940,10 @@ ProcessorBox::redisplay_processors ()
build_processor_tooltip (processor_eventbox, _("Inserts, sends & plugins:"));
for (list<ProcessorWindowProxy*>::iterator i = _processor_window_proxies.begin(); i != _processor_window_proxies.end(); ++i) {
(*i)->marked = false;
}
_route->foreach_processor (sigc::mem_fun (*this, &ProcessorBox::maybe_add_processor_to_ui_list));
/* trim dead wood from the processor window proxy list */