13
0

Use a maximum of 3 phase invert buttons per strip. Should fix #3455.

git-svn-id: svn://localhost/ardour2/branches/3.0@7789 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-09-16 20:12:30 +00:00
parent 42dcf814e3
commit 85977126b6

View File

@ -62,7 +62,7 @@ using namespace Gtkmm2ext;
using namespace ARDOUR;
using namespace PBD;
uint32_t RouteUI::_max_invert_buttons = 4;
uint32_t RouteUI::_max_invert_buttons = 3;
RouteUI::RouteUI (ARDOUR::Session* sess)
: AxisView(sess)