diff os2/dw.c @ 1654:3d4066aab4e0

Fixed windows not automatically redrawing when removing items from a layout on OS/2, Mac and Windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 09 Apr 2012 21:06:50 +0000
parents 8493f8888893
children 6fe1e91da477
line wrap: on
line diff
--- a/os2/dw.c	Mon Apr 09 07:15:05 2012 +0000
+++ b/os2/dw.c	Mon Apr 09 21:06:50 2012 +0000
@@ -4543,6 +4543,8 @@
          thisbox->items = tmpitem;
          free(thisitem);
          thisbox->count--;
+         /* Queue a redraw on the top-level window */
+         _dw_redraw(_toplevel_window(handle), TRUE);
       }
       _free_window_memory(frame ? frame : handle);
    }