From 5b706499e0a2ad3056afd2f9db1487ad169ec059 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 24 Sep 2007 01:05:07 +0000 Subject: LV2 UI interface cleanups. Documentation reorganization. Updated LV2 spec (1.0beta5). git-svn-id: http://svn.drobilla.net/lad/ingen@775 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/NodeModule.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libs/gui') diff --git a/src/libs/gui/NodeModule.cpp b/src/libs/gui/NodeModule.cpp index aad1c873..c80952b5 100644 --- a/src/libs/gui/NodeModule.cpp +++ b/src/libs/gui/NodeModule.cpp @@ -114,8 +114,8 @@ NodeModule::embed_gui(bool embed) _gui = Glib::wrap(c_widget); assert(_gui); - /* Kludge, show in window to get size */ - container = new Gtk::Alignment(); + //container = new Gtk::Alignment(); // transparent bg but uber slow + container = new Gtk::EventBox(); container->add(*_gui); container->show_all(); /*Gdk::Color color; -- cgit v1.2.1