mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-26 12:37:06 +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;
|
std::cout << ToString() << set_cursor_position;
|
||||||
Flush();
|
Flush();
|
||||||
Clear();
|
Clear();
|
||||||
|
validated_ = true;
|
||||||
frame_valid_ = true;
|
frame_valid_ = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user