mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
fix gtk "child->parent == NULL" asserts
This commit is contained in:
parent
b14d9a6451
commit
3ca63cc38c
3 changed files with 28 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue