summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-05-29 14:28:50 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-05-29 14:28:50 +0000
commit6ca6379a52e0f1cb35fb197af34aaa2b489c17ba (patch)
tree8e0dd002fbd8fde2a976da9ea8b7b920779a1119 /gtk2_ardour/option_editor.h
parent6935d823df2e49cb0e711e08f970e5cef0965a93 (diff)
fix for #2248, problems with click tab setup in prefs editor
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3422 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index 45fe092eab..d7a7cb4a5d 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -170,6 +170,8 @@ class OptionEditor : public ArdourDialog
IOSelector* click_io_selector;
GainMeter* click_gpm;
PannerUI* click_panner;
+ bool first_click_setup;
+ Gtk::HBox click_hpacker;
Gtk::VBox click_packer;
Gtk::Table click_table;
Gtk::Entry click_path_entry;