diff dw.h @ 1435:3c5287b8eebb

Temporary fix on Mac for box miscalculation when box is not expandable but items are in complex layouts. There is a fundamental flaw in the calculation of these types of boxes... and after looking at the code... in general the layout code does a lot more calculation than necessary... I will be rewriting and simplifying this code in the near future... but this is a temporary fix to get things to work better in the meantime.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 07 Dec 2011 18:51:48 +0000
parents cfc7af97c295
children a50e8b486a1a
line wrap: on
line diff
--- a/dw.h	Tue Dec 06 22:36:55 2011 +0000
+++ b/dw.h	Wed Dec 07 18:51:48 2011 +0000
@@ -675,6 +675,8 @@
    int count;
    /* Box type - horizontal or vertical */
    int type;
+   /* Keep track of how box is packed */
+   int hsize, vsize;
    /* Padding */
    int pad, parentpad, grouppadx, grouppady;
    /* Groupbox */