mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-29 16:39:34 +08:00
Execute clang-tidy and IWYU. (#576)
This commit is contained in:
@@ -27,7 +27,7 @@ Element vscroll_indicator(Element child) {
|
||||
}
|
||||
|
||||
void SetBox(Box box) override {
|
||||
Node::SetBox(box);
|
||||
box_ = box;
|
||||
box.x_max--;
|
||||
children_[0]->SetBox(box);
|
||||
}
|
||||
|
Reference in New Issue
Block a user