summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-06 16:10:00 +0200
committerRobin Gareus <robin@gareus.org>2013-07-10 15:27:11 +0200
commitb84e1a50a3a4508b2070fe0848085db31f8cfa69 (patch)
tree805af0b399f71eb4201ff0e8f67eb4bf4091f95c /gtk2_ardour/option_editor.h
parent794fa1dd03c7bccec088a90efa1bacc66d966bb7 (diff)
fix HSlider Option
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index 1ee4baa938..2073da530d 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -308,6 +308,7 @@ public:
_label = manage (new Gtk::Label (n + ":"));
_label->set_alignment (0, 0.5);
_hscale = manage (new Gtk::HScale(adj));
+ _adj = NULL;
}
HSliderOption (