From ec4efe027b0264f91ab47a433fb7e1665e5a53c4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 28 May 2016 17:36:31 -0400 Subject: [PATCH] Some TODO resolution. --- darwin/area.m | 1 + darwin/scrollview.m | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/darwin/area.m b/darwin/area.m index 6d404077..656a1488 100644 --- a/darwin/area.m +++ b/darwin/area.m @@ -43,6 +43,7 @@ struct uiArea { self->libui_a = a; [self setupNewTrackingArea]; self->libui_ss = r.size; + self->libui_enabled = YES; } return self; } diff --git a/darwin/scrollview.m b/darwin/scrollview.m index fa3c7452..5767e00f 100644 --- a/darwin/scrollview.m +++ b/darwin/scrollview.m @@ -1,7 +1,7 @@ // 27 may 2016 #include "uipriv_darwin.h" -// TODO mouse test scroll view no longer works; scrolled drawing test may have a random size outside the area size +// TODO scrolled drawing test may have a random size outside the area size struct scrollViewData { NSLayoutConstraint *documentLeading;