prevent crash when changing gain with transport stopped and panner bypassed

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4030 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-10-29 16:41:26 +00:00
parent 53c2e47225
commit c528d174e8

View file

@ -2613,7 +2613,7 @@ IO::set_gain (gain_t val, void *src)
if (_session.transport_stopped()) {
_effective_gain = val;
_gain = val;
// _gain = val;
}
gain_changed (src);