fix(bank_panel): repaint footer mode toggle when Design/Arrange action fires

This commit is contained in:
2026-07-28 06:19:32 -04:00
parent 104a25f390
commit 7e7143a055
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -3435,6 +3435,10 @@ void bankPanelToggledBanksFullHeight() {
setFullHeight(BankPanelFullHeight::BanksOnly);
}
void bankPanelInvalidate() {
if (g_panel.hwnd) InvalidateRect(g_panel.hwnd, nullptr, FALSE);
}
void bankPanelShutdown() {
closePanel();
deinitPreview();