From 16f91163e5989ebdd224fbbe976e10e24b778d06 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 15 Feb 2012 14:03:30 +0000 Subject: [PATCH] part two of: make region gain line visibility global, not per-region git-svn-id: svn://localhost/ardour2/branches/3.0@11493 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/rc_configuration_vars.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h index 39a080faae..146f91dd68 100644 --- a/libs/ardour/ardour/rc_configuration_vars.h +++ b/libs/ardour/ardour/rc_configuration_vars.h @@ -186,3 +186,4 @@ CONFIG_VARIABLE (bool, show_zoom_tools, "show-zoom-tools", true) CONFIG_VARIABLE (bool, widget_prelight, "widget-prelight", true) CONFIG_VARIABLE (std::string, mixer_strip_visibility, "mixer-strip-visibility", "PhaseInvert,SoloSafe,SoloIsolated,Group,MeterPoint") CONFIG_VARIABLE (bool, allow_non_quarter_pulse, "allow-non-quarter-pulse", false) +CONFIG_VARIABLE (bool, show_region_gain, "show-region-gain", false) -- 2.30.2