diff options
author | David Robillard <d@drobilla.net> | 2014-08-29 17:03:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-08-29 17:03:45 +0000 |
commit | f2734a4b3a37e166afb0f861c43895a341248d24 (patch) | |
tree | 4ee8653bae2bd2fb9a66e893ff44e798bdf0b97b /src | |
parent | f3993767a6da947325cd33ed7f3958c1a6823bcb (diff) | |
download | ganv-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.c | 1 |
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); } |