From 7d2cd8ed5c86a6a799c804df42476dbc16ed3932 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 8 Oct 2010 18:41:59 +0000 Subject: 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 --- gtk2_ardour/mixer_strip.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour/mixer_strip.cc') diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc index 470e483f56..ec4111bc6e 100644 --- a/gtk2_ardour/mixer_strip.cc +++ b/gtk2_ardour/mixer_strip.cc @@ -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: -- cgit v1.2.3