diff win/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 36a090da4cb1
children e19b93a8229b
line wrap: on
line diff
--- a/win/dw.c	Thu Apr 26 23:26:35 2012 +0000
+++ b/win/dw.c	Fri Apr 27 01:17:09 2012 +0000
@@ -6968,7 +6968,7 @@
          }
       }
       /* Queue a redraw on the top-level window */
-      _dw_redraw(_toplevel_window(item), TRUE);
+      _dw_redraw(_toplevel_window(box), TRUE);
    }
 }