Emit ConfigurationChanged when meter setup bypasses the

general configure_io; fixes remainder of #4233.


git-svn-id: svn://localhost/ardour2/branches/3.0@10012 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-08-19 19:21:05 +00:00
parent ad0e7319c8
commit c8e6db4e92

View file

@ -126,6 +126,8 @@ void
PeakMeter::reflect_inputs (const ChanCount& in)
{
current_meters = in;
ConfigurationChanged (in, in); /* EMIT SIGNAL */
}
void