mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-23 03:10:01 +08:00
FIX: minor mistake (#482)
This commit is contained in:
parent
fab74f745d
commit
b3aad183da
@ -131,7 +131,7 @@ Element emptyElement() {
|
|||||||
class Impl : public Node {
|
class Impl : public Node {
|
||||||
void ComputeRequirement() override {
|
void ComputeRequirement() override {
|
||||||
requirement_.min_x = 0;
|
requirement_.min_x = 0;
|
||||||
requirement_.min_x = 0;
|
requirement_.min_y = 0;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
return std::make_unique<Impl>();
|
return std::make_unique<Impl>();
|
||||||
|
Loading…
Reference in New Issue
Block a user