summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-10-07 19:37:56 +0200
committerRobin Gareus <robin@gareus.org>2015-10-07 19:37:56 +0200
commit5762ee114d085c25043887b490bccc803a90d59b (patch)
treeddb7ed15d1b60a793cad7af8b92135dd753f2b83 /gtk2_ardour/rc_option_editor.cc
parent9b8697b75b38d30da963678fb53f7c448b18c523 (diff)
allow to use non-emphasis regardless of custom samples
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 0 insertions, 2 deletions
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);
}
}