mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-15 23:48:15 +08:00
Support the -pedantic flag.
This commit is contained in:
@@ -65,14 +65,10 @@ class MyComponent : public Component {
|
||||
Element Render() override {
|
||||
return
|
||||
vbox(
|
||||
Render(L"menu", menu),
|
||||
separator(),
|
||||
Render(L"toggle", toggle),
|
||||
separator(),
|
||||
Render(L"checkbox", checkbox_container),
|
||||
separator(),
|
||||
Render(L"radiobox", radiobox),
|
||||
separator(),
|
||||
Render(L"menu", menu), separator(),
|
||||
Render(L"toggle", toggle), separator(),
|
||||
Render(L"checkbox", checkbox_container), separator(),
|
||||
Render(L"radiobox", radiobox), separator(),
|
||||
Render(L"input", input) | size(WIDTH, LESS_THAN, 30)
|
||||
) | border;
|
||||
}
|
||||
|
Reference in New Issue
Block a user