fix lingering clip_rect

This commit is contained in:
2025-05-03 13:59:24 -05:00
parent c5086f6052
commit 31c5ae3b5b

View File

@@ -1141,6 +1141,7 @@ void print_buf () {
message_idx = TEXT_BUF_LEN + message_idx;
}
undo_clip(text_area_gworld());
text_area_gworld().setActive();
text_area_gworld().display();
}