Some TODO resolution.
This commit is contained in:
parent
1f9f317e7a
commit
ec4efe027b
|
@ -43,6 +43,7 @@ struct uiArea {
|
|||
self->libui_a = a;
|
||||
[self setupNewTrackingArea];
|
||||
self->libui_ss = r.size;
|
||||
self->libui_enabled = YES;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue