diff mac/dw.m @ 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 42890a2b8d3e
children 896f377a47c7
line wrap: on
line diff
--- a/mac/dw.m	Thu Apr 26 23:26:35 2012 +0000
+++ b/mac/dw.m	Fri Apr 27 01:17:09 2012 +0000
@@ -3893,7 +3893,7 @@
         [button setParent:view];
     }
     /* Queue a redraw on the top-level window */
-    _dw_redraw([object window], TRUE);
+    _dw_redraw([view window], TRUE);
 
     /* Free the old data */
     if(thisbox->count)