summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-09-20 23:52:22 +0200
committerRobin Gareus <robin@gareus.org>2018-09-20 23:52:47 +0200
commit5d52f960d6885f8f0d76157c68001553a52f0286 (patch)
treed985712db19d672e99ffc24fc5a08bb0558c87c0
parent03e5b97921e4454013690da476d9cc673215029b (diff)
Fix metronome emphasis preference (#7666)
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 4208e69247..e959932f25 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -139,7 +139,7 @@ public:
if (_rc_config->get_click_sound ().empty() &&
_rc_config->get_click_emphasis_sound().empty()) {
_use_default_click_check_button.set_active (true);
- _use_emphasis_on_click_check_button.set_active (true);
+ _use_emphasis_on_click_check_button.set_active (_rc_config->get_use_click_emphasis ());
} else {
_use_default_click_check_button.set_active (false);