Debug Tools and Scrollable widget
This commit is contained in:
parent
402a4fdebd
commit
c82ad3c150
2 changed files with 2 additions and 1 deletions
|
|
@ -64,6 +64,7 @@ public:
|
||||||
static ButtonWidget buttons[10];
|
static ButtonWidget buttons[10];
|
||||||
|
|
||||||
widget.setDirection(false);
|
widget.setDirection(false);
|
||||||
|
// widget.setDirection(false);
|
||||||
|
|
||||||
setRoot(&widget);
|
setRoot(&widget);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ void LayoutManager::findDependencies(Widget* root) {
|
||||||
if (!widget->isUpdate()) continue;
|
if (!widget->isUpdate()) continue;
|
||||||
|
|
||||||
for (auto child : widget->mChildren) {
|
for (auto child : widget->mChildren) {
|
||||||
// if (!child->isUpdate()) continue;
|
if (!child->isUpdate()) continue;
|
||||||
|
|
||||||
mDepGraph.insert({ child, {} });
|
mDepGraph.insert({ child, {} });
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue