mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
Example: fix small flaw in example/button.cpp (#751)
This commit is contained in:
parent
550a59f0a5
commit
20d4be286b
@ -43,7 +43,7 @@ int main() {
|
||||
}) | flex,
|
||||
Container::Horizontal({
|
||||
Button("-10", [&] { value -= 10; }, ButtonStyle()),
|
||||
Button("-10", [&] { value += 10; }, ButtonStyle()),
|
||||
Button("+10", [&] { value += 10; }, ButtonStyle()),
|
||||
}) | flex,
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user