ui.backend.cocoa.views: change drawRect: method so it does "draw-world" directly instead of relayout-1 yield

db4
Joe Groff 2010-03-15 12:57:09 -07:00
parent f0a9912ae9
commit 08f29d9fcd
1 changed files with 1 additions and 1 deletions

View File

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