ui.backend.cocoa.views: change drawRect: method so it does "draw-world" directly instead of relayout-1 yield
parent
f0a9912ae9
commit
08f29d9fcd
|
@ -149,7 +149,7 @@ CLASS: {
|
|||
|
||||
! Rendering
|
||||
{ "drawRect:" void { id SEL NSRect }
|
||||
[ 2drop window relayout-1 yield ]
|
||||
[ 2drop window draw-world ]
|
||||
}
|
||||
|
||||
! Events
|
||||
|
|
Loading…
Reference in New Issue