changeset 1453:4b516ef23b62

Boxes need to default to vertical on Mac.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 14 Dec 2011 08:48:37 +0000
parents dbe16031ffb4
children fb4a71126df5
files mac/dw.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mac/dw.m	Wed Dec 14 08:22:54 2011 +0000
+++ b/mac/dw.m	Wed Dec 14 08:48:37 2011 +0000
@@ -655,6 +655,7 @@
     if (self)
     {
         box = calloc(1, sizeof(Box));
+        box->type = DW_VERT;
         box->vsize = box->hsize = SIZEEXPAND;
         box->width = box->height = 1;
     }