summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--src/module.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f0cc24f..99081a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
ganv (1.4.3) unstable;
- * Fix positioning of embedded widgets during sprung layout.
+ * Fix positioning of embedded widgets when changing layout.
-- David Robillard <d@drobilla.net> Fri, 29 Aug 2014 12:23:44 -0400
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);
}