diff options
author | David Robillard <d@drobilla.net> | 2007-09-24 01:05:07 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-09-24 01:05:07 +0000 |
commit | 5b706499e0a2ad3056afd2f9db1487ad169ec059 (patch) | |
tree | 1d8e76850f53e27a3abb5c186671c98bd6297559 /src/libs/gui | |
parent | fd53f46a38f6894164e3e91cbfa311af76e8c678 (diff) | |
download | ingen-5b706499e0a2ad3056afd2f9db1487ad169ec059.tar.gz ingen-5b706499e0a2ad3056afd2f9db1487ad169ec059.tar.bz2 ingen-5b706499e0a2ad3056afd2f9db1487ad169ec059.zip |
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
Diffstat (limited to 'src/libs/gui')
-rw-r--r-- | src/libs/gui/NodeModule.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |