fixed renderChildren on ReactiveUI
This commit is contained in:
parent
dece90008a
commit
77539866b5
@ -73,6 +73,8 @@ class ReactiveUI {
|
||||
});
|
||||
|
||||
rtn.combine(childRender,writePoint);
|
||||
|
||||
writePoint = {x: 0,y: writePoint.y + childRender.hight() };
|
||||
}
|
||||
|
||||
return rtn;
|
||||
|
Loading…
Reference in New Issue
Block a user