From 883b9b94bae3e3ba1164d09ca398b2b1f856b35a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 14 Oct 2016 21:49:20 -0400 Subject: Fix initial display of embedded GUIs --- src/gui/NodeModule.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/NodeModule.hpp') diff --git a/src/gui/NodeModule.hpp b/src/gui/NodeModule.hpp index 2d9a3333..86103a03 100644 --- a/src/gui/NodeModule.hpp +++ b/src/gui/NodeModule.hpp @@ -69,6 +69,7 @@ protected: virtual bool on_double_click(GdkEventButton* ev); + bool idle_init(); bool on_event(GdkEvent* ev); void on_embed_gui_toggled(bool embed); @@ -94,6 +95,7 @@ protected: SPtr _plugin_ui; Gtk::Widget* _gui_widget; Gtk::Window* _gui_window; ///< iff popped up + bool _initialised; }; } // namespace GUI -- cgit v1.2.1