Some TODO resolution.

This commit is contained in:
Pietro Gagliardi 2016-05-28 17:36:31 -04:00
parent 1f9f317e7a
commit ec4efe027b
2 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ struct uiArea {
self->libui_a = a;
[self setupNewTrackingArea];
self->libui_ss = r.size;
self->libui_enabled = YES;
}
return self;
}

View File

@ -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;