Skip to content

Commit

Permalink
Keep redrawing ui window while typing
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Dec 9, 2024
1 parent 73c1fb2 commit 69811b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions armorcore/sources/iron_ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -2010,6 +2010,7 @@ char *ui_text_input(ui_handle_t *handle, char *label, int align, bool editable,
}
if (current->text_selected_handle == handle) {
ui_update_text_edit(align, editable, live_update);
current->current_window->redraws = 2; // Keep redrawing window while typing
}
if (current->submit_text_handle == handle) {
ui_submit_text_edit();
Expand Down

0 comments on commit 69811b4

Please sign in to comment.