From 5762ee114d085c25043887b490bccc803a90d59b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 7 Oct 2015 19:37:56 +0200 Subject: allow to use non-emphasis regardless of custom samples --- gtk2_ardour/rc_option_editor.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk2_ardour/rc_option_editor.cc') diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 9640270eb2..b5f9dc9a08 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -200,13 +200,11 @@ private: _click_emphasis_path_entry.set_sensitive (false); _click_browse_button.set_sensitive (false); _click_emphasis_browse_button.set_sensitive (false); - _use_emphasis_on_click_check_button.set_sensitive (true); } else { _click_path_entry.set_sensitive (true); _click_emphasis_path_entry.set_sensitive (true); _click_browse_button.set_sensitive (true); _click_emphasis_browse_button.set_sensitive (true); - _use_emphasis_on_click_check_button.set_sensitive (false); } } -- cgit v1.2.3