diff --git a/macarea/alt/area.m b/macarea/alt/area.m index 65d4a9ce..900213fd 100644 --- a/macarea/alt/area.m +++ b/macarea/alt/area.m @@ -1,6 +1,11 @@ // 9 september 2015 #include "area.h" +// We are basically cloning NSScrollView here, managing scrolling ourselves. +// TODOs +// - is the page increment set up right? +// - do we need to draw anything in the empty corner? + // TODO remove this void addConstraint(NSView *view, NSString *constraint, NSDictionary *metrics, NSDictionary *views) {