diff 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
line wrap: on
line diff
--- a/os2/dw.c	Thu Apr 26 23:26:35 2012 +0000
+++ b/os2/dw.c	Fri Apr 27 01:17:09 2012 +0000
@@ -7190,7 +7190,7 @@
       WinSetParent(frame ? frame : item, box, FALSE);
       _handle_transparent(box);
       /* Queue a redraw on the top-level window */
-      _dw_redraw(_toplevel_window(item), TRUE);
+      _dw_redraw(_toplevel_window(box), TRUE);
    }
 }