ui.backend.cocoa.views: yield in drawRect: impl so that windows will redraw while being resized on snow leopard
parent
54772c9de1
commit
7771c55cb5
basis/ui/backend/cocoa/views
|
@ -149,7 +149,7 @@ CLASS: {
|
|||
|
||||
! Rendering
|
||||
{ "drawRect:" "void" { "id" "SEL" "NSRect" }
|
||||
[ 2drop window relayout-1 ]
|
||||
[ 2drop window relayout-1 yield ]
|
||||
}
|
||||
|
||||
! Events
|
||||
|
|
Loading…
Reference in New Issue