fix in-game chat

This commit is contained in:
MihailRis
2025-01-21 04:31:33 +03:00
parent 266f3059b4
commit 85600eafea
3 changed files with 8 additions and 14 deletions
+1
View File
@@ -53,6 +53,7 @@ void Panel::cropToContent() {
void Panel::fullRefresh() {
refresh();
cropToContent();
reposition();
Container::fullRefresh();
}