diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-09 22:27:57 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-09 22:27:57 -0400 |
| commit | f7c17958c18fcf06280b737695a03f32695393db (patch) | |
| tree | fd2cac526d37b4693427a2d009e17904b4c28835 | |
| parent | 9bf415bcafbe1c85c19efe9ae38377516fa1e605 (diff) | |
Removed TODO in area_darwin.m; -[NSView displayRect:] is the answer.
| -rw-r--r-- | redo/area_darwin.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/area_darwin.m b/redo/area_darwin.m index 1a9c7eb..7035ed5 100644 --- a/redo/area_darwin.m +++ b/redo/area_darwin.m @@ -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]; |
