Skip to content

Commit

Permalink
updated: remove verbose warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gaimanjing authored and harry75369 committed Oct 12, 2023
1 parent f681d1b commit 317941f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Domain/Layout/AutoLayout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -857,10 +857,6 @@ void AutoLayout::setNeedsLayout()
container->autoLayout()->setNeedsLayout();
return;
}
else
{
WARN("AutoLayout::setNeedsLayout: no layout container found");
}
}

if (sharedRule->isFlexContainer() || sharedRule->isGridContainer())
Expand Down

0 comments on commit 317941f

Please sign in to comment.