fix gtk "child->parent == NULL" asserts

This commit is contained in:
Robin Gareus 2013-08-03 13:45:27 +02:00
parent b14d9a6451
commit 3ca63cc38c
3 changed files with 28 additions and 14 deletions

View file

@ -73,7 +73,7 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
sigc::connection _screen_update_connection;
Gtk::Widget* _gui_widget;
/** a box containing the focus, bypass, delete, save / add preset buttons etc. */
Gtk::HBox* _ardour_buttons_box;
Gtk::HBox _ardour_buttons_box;
float* _values;
std::vector<ControllableRef> _controllables;
struct lv2_external_ui_host _external_ui_host;