comparison os2/dw.c @ 1673:db393069b27d

Fix packing padding not triggering automatic redraws on OS/2, Mac and Windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 27 Apr 2012 01:17:09 +0000
parents 86d7bce8f4c6
children 007bced14910
comparison
equal deleted inserted replaced
1672:42890a2b8d3e 1673:db393069b27d
7188 if(strncmp(tmpbuf, "#6", 3)!=0 && /*strncmp(tmpbuf, "#32", 4)!=0 &&*/ strncmp(tmpbuf, "#2", 3)!=0) 7188 if(strncmp(tmpbuf, "#6", 3)!=0 && /*strncmp(tmpbuf, "#32", 4)!=0 &&*/ strncmp(tmpbuf, "#2", 3)!=0)
7189 WinSetOwner(item, box); 7189 WinSetOwner(item, box);
7190 WinSetParent(frame ? frame : item, box, FALSE); 7190 WinSetParent(frame ? frame : item, box, FALSE);
7191 _handle_transparent(box); 7191 _handle_transparent(box);
7192 /* Queue a redraw on the top-level window */ 7192 /* Queue a redraw on the top-level window */
7193 _dw_redraw(_toplevel_window(item), TRUE); 7193 _dw_redraw(_toplevel_window(box), TRUE);
7194 } 7194 }
7195 } 7195 }
7196 7196
7197 /* 7197 /*
7198 * Remove windows (widgets) from the box they are packed into. 7198 * Remove windows (widgets) from the box they are packed into.