mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
Set validated_ on first iteration on ScreenInteractive loop
This commit is contained in:
parent
09d36ccc9b
commit
766be63c13
@ -932,6 +932,7 @@ void ScreenInteractive::Draw(Component component) {
|
||||
std::cout << ToString() << set_cursor_position;
|
||||
Flush();
|
||||
Clear();
|
||||
validated_ = true;
|
||||
frame_valid_ = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user