fix HSlider Option

This commit is contained in:
Robin Gareus 2013-07-06 16:10:00 +02:00
parent 794fa1dd03
commit b84e1a50a3
1 changed files with 1 additions and 0 deletions

View File

@ -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 (