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

db4
Joe Groff 2009-08-27 19:21:38 -05:00
parent 54772c9de1
commit 7771c55cb5
1 changed files with 1 additions and 1 deletions
basis/ui/backend/cocoa/views

View File

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