summaryrefslogtreecommitdiffstats
path: root/src/box.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-28 04:26:07 +0000
committerDavid Robillard <d@drobilla.net>2012-03-28 04:26:07 +0000
commit791587fe9408856a658e5780f0dc5b9231f6c021 (patch)
tree7a4c8d1fd0ef428ff8a7db245a1ee20a87cf53c4 /src/box.c
parent97ede5001777de4bb36491f4f2571b2037eb0cda (diff)
downloadganv-791587fe9408856a658e5780f0dc5b9231f6c021.tar.gz
ganv-791587fe9408856a658e5780f0dc5b9231f6c021.tar.bz2
ganv-791587fe9408856a658e5780f0dc5b9231f6c021.zip
Fix control rect colour and label stacking.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4124 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/box.c')
-rw-r--r--src/box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box.c b/src/box.c
index cbd9006..f3d65cd 100644
--- a/src/box.c
+++ b/src/box.c
@@ -51,7 +51,7 @@ ganv_box_init(GanvBox* box)
box, GANV_TYPE_BOX, GanvBoxImpl);
memset(&box->impl->coords, '\0', sizeof(GanvBoxCoords));
- box->impl->coords.border_width = box->node.impl->border_width;
+ box->impl->coords.border_width = 0.0;
box->impl->old_coords = box->impl->coords;
box->impl->radius_tl = 0.0;