summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ambiguous_file_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-30 10:04:50 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-30 10:04:50 -0400
commit91a279800120319bf14c29e4c63c9c9de1cca83e (patch)
tree4614ce3c4c40686b6039e5a4c9aca20980e155d6 /gtk2_ardour/ambiguous_file_dialog.h
parent0a05c08a1ae1b7ab4a9251bcd76734747a57585f (diff)
allow double click on radio buttons in ambiguous file dialog to finish dialog
Diffstat (limited to 'gtk2_ardour/ambiguous_file_dialog.h')
-rw-r--r--gtk2_ardour/ambiguous_file_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ambiguous_file_dialog.h b/gtk2_ardour/ambiguous_file_dialog.h
index 796f490e79..69c2ca6b76 100644
--- a/gtk2_ardour/ambiguous_file_dialog.h
+++ b/gtk2_ardour/ambiguous_file_dialog.h
@@ -30,6 +30,7 @@ public:
private:
Gtk::RadioButtonGroup _group;
std::vector<Gtk::RadioButton*> _radio_buttons;
+ bool rb_button_press (GdkEventButton*);
};