Removed TODO in area_darwin.m; -[NSView displayRect:] is the answer.
This commit is contained in:
parent
9bf415bcaf
commit
f7c17958c1
|
@ -176,7 +176,6 @@ uintptr_t keyCode(id e)
|
|||
return (uintptr_t) ([toNSEvent(e) keyCode]);
|
||||
}
|
||||
|
||||
// TODO is this the best way? see if we can mark a rect for repaint
|
||||
void areaRepaintAll(id view)
|
||||
{
|
||||
[toNSView(view) display];
|
||||
|
|
Loading…
Reference in New Issue