summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index 3a5281af0c..fb6663e3f9 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -243,6 +243,10 @@ public:
}
}
+ void set_sensitive (bool yn) {
+ _combo->set_sensitive (yn);
+ }
+
private:
sigc::slot<T> _get;