summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dependents.cc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2007-12-04 21:45:59 +0000
committerDoug McLain <doug@nostar.net>2007-12-04 21:45:59 +0000
commit7388e8e79d876990c7e9dc04b043533c8a3e9cb8 (patch)
treebceb91b0d120393e89f72695282e8bcad9af0e40 /gtk2_ardour/ardour_ui_dependents.cc
parent9cd53b0b27ccc2555d287844c4a1cd3fc5526367 (diff)
Make level meter colors user definable. Base, Mid, Top, and Clip colors are defined, and a gradient from Base to Mid is created, then a gradient from Mid to Top is created, then solid Clip. Also fixed the theme manager bug of not saving settings since 2.1 or so
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2745 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui_dependents.cc')
-rw-r--r--gtk2_ardour/ardour_ui_dependents.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui_dependents.cc b/gtk2_ardour/ardour_ui_dependents.cc
index 0e31985c0b..1e20278c6e 100644
--- a/gtk2_ardour/ardour_ui_dependents.cc
+++ b/gtk2_ardour/ardour_ui_dependents.cc
@@ -51,7 +51,7 @@ ARDOUR_UI::shutdown ()
session->remove_pending_capture_state ();
session = 0;
}
-
+ ui_config->save_state();
}
void