From 334f30619243c31b4a79abc627453063be27da61 Mon Sep 17 00:00:00 2001 From: Trihedraf Date: Sun, 7 Apr 2024 08:30:17 -0700 Subject: [PATCH] Clear Panel so lines don't repeat --- Source/control.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/control.cpp b/Source/control.cpp index 233247488..97390c731 100644 --- a/Source/control.cpp +++ b/Source/control.cpp @@ -1033,6 +1033,7 @@ void CycleAutomapType() void CheckPanelInfo() { panelflag = false; + InfoString = StringOrView {}; const Point mainPanelPosition = GetMainPanel().position; for (int i = 0; i < PanelButtonIndex; i++) { int xend = PanBtnPos[i].x + mainPanelPosition.x + PanBtnPos[i].w;