From 124675386d3e8ce46835dae392990ff5314e792a Mon Sep 17 00:00:00 2001 From: qndel Date: Wed, 27 Oct 2021 10:38:27 +0200 Subject: [PATCH] refresh panel when chat is active --- Source/control.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/control.cpp b/Source/control.cpp index 3a9f09ad1..ec3dd0adc 100644 --- a/Source/control.cpp +++ b/Source/control.cpp @@ -1701,6 +1701,8 @@ void DrawTalkPan(const Surface &out) if (!talkflag) return; + force_redraw = 255; + DrawPanelBox(out, { 175, sgbPlrTalkTbl + 20, 294, 5 }, { PANEL_X + 175, PANEL_Y + 4 }); int off = 0; for (int i = 293; i > 283; off++, i--) {