From 8fb29ad031d5a65ddf8b6dc00c180f1372d66401 Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 1 Dec 2021 21:06:50 +0100 Subject: [PATCH] Unfudged the status bar fix. --- src/win/win_stbar.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/win/win_stbar.c b/src/win/win_stbar.c index e9c2028ad..17178a6bf 100644 --- a/src/win/win_stbar.c +++ b/src/win/win_stbar.c @@ -131,6 +131,8 @@ ui_sb_timer_callback(int pane) } } else reset_occurred &= ~1; + + reset_occurred &= ~2; }