changeset 537:a3b2e2244c18

Code merge with Windows, groupbox text height was being added on the wrong end of the box because the Y-axis flipped.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 24 Mar 2004 07:43:23 +0000
parents 81e29ea5dc2f
children 5c1ee7f6e7ff
files os2/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/os2/dw.c	Wed Mar 24 07:37:31 2004 +0000
+++ b/os2/dw.c	Wed Mar 24 07:43:23 2004 +0000
@@ -1205,7 +1205,7 @@
 	if(thisbox->grouphwnd)
 	{
 		currentx += 3;
-		currenty += 3;
+		currenty += thisbox->grouppady - 3;
 	}
 
 	/* The second pass is for expansion and actual placement. */