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