Removed TODO in area_darwin.m; -[NSView displayRect:] is the answer.

This commit is contained in:
Pietro Gagliardi 2014-08-09 22:27:57 -04:00
parent 9bf415bcaf
commit f7c17958c1
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ uintptr_t keyCode(id e)
return (uintptr_t) ([toNSEvent(e) keyCode]); 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) void areaRepaintAll(id view)
{ {
[toNSView(view) display]; [toNSView(view) display];