comparison os2/dw.c @ 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
comparison
equal deleted inserted replaced
536:81e29ea5dc2f 537:a3b2e2244c18
1203 currenty += thisbox->pad; 1203 currenty += thisbox->pad;
1204 1204
1205 if(thisbox->grouphwnd) 1205 if(thisbox->grouphwnd)
1206 { 1206 {
1207 currentx += 3; 1207 currentx += 3;
1208 currenty += 3; 1208 currenty += thisbox->grouppady - 3;
1209 } 1209 }
1210 1210
1211 /* The second pass is for expansion and actual placement. */ 1211 /* The second pass is for expansion and actual placement. */
1212 if(pass > 1) 1212 if(pass > 1)
1213 { 1213 {