summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-29 17:03:45 +0000
committerDavid Robillard <d@drobilla.net>2014-08-29 17:03:45 +0000
commitf2734a4b3a37e166afb0f861c43895a341248d24 (patch)
tree4ee8653bae2bd2fb9a66e893ff44e798bdf0b97b /src
parentf3993767a6da947325cd33ed7f3958c1a6823bcb (diff)
downloadganv-f2734a4b3a37e166afb0f861c43895a341248d24.tar.gz
ganv-f2734a4b3a37e166afb0f861c43895a341248d24.tar.bz2
ganv-f2734a4b3a37e166afb0f861c43895a341248d24.zip
Fix positioning of embedded widgets when changing layout.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5457 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/module.c b/src/module.c
index 85d48aa..8aa79f7 100644
--- a/src/module.c
+++ b/src/module.c
@@ -268,6 +268,7 @@ resize_right(GanvModule* module)
if (impl->embed_item) {
ganv_item_set(impl->embed_item,
"x", (double)m.embed_x,
+ "y", header_height,
NULL);
}