don't allow mixer strip input buttons to change input while recording (from colinf)
git-svn-id: svn://localhost/ardour2/branches/3.0@7888 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -784,6 +784,9 @@ MixerStrip::input_press (GdkEventButton *ev)
|
||||
return true;
|
||||
}
|
||||
|
||||
if (_session->actively_recording() && _route->record_enabled())
|
||||
return true;
|
||||
|
||||
switch (ev->button) {
|
||||
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user