Use a maximum of 3 phase invert buttons per strip. Should fix #3455.
authorCarl Hetherington <carl@carlh.net>
Thu, 16 Sep 2010 20:12:30 +0000 (20:12 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 16 Sep 2010 20:12:30 +0000 (20:12 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7789 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/route_ui.cc

index ab83206a8c36f3bf18ffbdcea794f1941a574522..6a79ce028269778688c29eacc6fb4b544cdc0a34 100644 (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)