ui.backend.cocoa.views: yield in drawRect: impl so that windows will redraw while being resized on snow leopard

Joe Groff 2009-08-27 19:21:38 -05:00
parent 88345c97e6
commit ee8c48bbb8
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ CLASS: {
! Rendering
{ "drawRect:" "void" { "id" "SEL" "NSRect" }
[ 2drop window relayout-1 ]
[ 2drop window relayout-1 yield ]
}
! Events