mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-22 12:48:09 +08:00
Fix format. Try compile on Windows.
This commit is contained in:
@@ -14,7 +14,7 @@ class MyComponent : public Component {
|
||||
|
||||
public:
|
||||
MyComponent() {
|
||||
for(int i = 0; i<30; ++i) {
|
||||
for (int i = 0; i < 30; ++i) {
|
||||
radiobox.entries.push_back(L"RadioBox " + to_wstring(i));
|
||||
}
|
||||
Add(&radiobox);
|
||||
|
Reference in New Issue
Block a user