comparison 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
comparison
equal deleted inserted replaced
1672:42890a2b8d3e 1673:db393069b27d
6966 ShowWindow(cinfo->buddy, SW_SHOW); 6966 ShowWindow(cinfo->buddy, SW_SHOW);
6967 SendMessage(item, UDM_SETBUDDY, (WPARAM)cinfo->buddy, 0); 6967 SendMessage(item, UDM_SETBUDDY, (WPARAM)cinfo->buddy, 0);
6968 } 6968 }
6969 } 6969 }
6970 /* Queue a redraw on the top-level window */ 6970 /* Queue a redraw on the top-level window */
6971 _dw_redraw(_toplevel_window(item), TRUE); 6971 _dw_redraw(_toplevel_window(box), TRUE);
6972 } 6972 }
6973 } 6973 }
6974 6974
6975 /* 6975 /*
6976 * Remove windows (widgets) from the box they are packed into. 6976 * Remove windows (widgets) from the box they are packed into.