mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Set validated_ on first iteration on ScreenInteractive loop
This commit is contained in:
@@ -932,6 +932,7 @@ void ScreenInteractive::Draw(Component component) {
|
||||
std::cout << ToString() << set_cursor_position;
|
||||
Flush();
|
||||
Clear();
|
||||
validated_ = true;
|
||||
frame_valid_ = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user