comparison 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
comparison
equal deleted inserted replaced
1672:42890a2b8d3e 1673:db393069b27d
3891 * buttons can use it later. 3891 * buttons can use it later.
3892 */ 3892 */
3893 [button setParent:view]; 3893 [button setParent:view];
3894 } 3894 }
3895 /* Queue a redraw on the top-level window */ 3895 /* Queue a redraw on the top-level window */
3896 _dw_redraw([object window], TRUE); 3896 _dw_redraw([view window], TRUE);
3897 3897
3898 /* Free the old data */ 3898 /* Free the old data */
3899 if(thisbox->count) 3899 if(thisbox->count)
3900 free(thisitem); 3900 free(thisitem);
3901 DW_MUTEX_UNLOCK; 3901 DW_MUTEX_UNLOCK;