More TODOs.
This commit is contained in:
parent
5832e56f3c
commit
aa446a3e51
|
@ -1,6 +1,11 @@
|
||||||
// 9 september 2015
|
// 9 september 2015
|
||||||
#include "area.h"
|
#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
|
// TODO remove this
|
||||||
void addConstraint(NSView *view, NSString *constraint, NSDictionary *metrics, NSDictionary *views)
|
void addConstraint(NSView *view, NSString *constraint, NSDictionary *metrics, NSDictionary *views)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue