ui.backend.cocoa.views: yield in drawRect: impl so that windows will redraw while being resized on snow leopard
parent
88345c97e6
commit
ee8c48bbb8
|
|
@ -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