mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-22 20:58:10 +08:00
Fix format. Try compile on Windows.
This commit is contained in:
@@ -44,13 +44,9 @@ class MyComponent : public Component {
|
||||
|
||||
std::function<void()> on_enter = []() {};
|
||||
|
||||
Element Render(){
|
||||
return
|
||||
vbox(
|
||||
toggle_.Render(),
|
||||
separator(),
|
||||
tab_container_.Render()
|
||||
) | border;
|
||||
Element Render() {
|
||||
return vbox(toggle_.Render(), separator(), tab_container_.Render()) |
|
||||
border;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user