From 2999fff88eef0cad39dbbc0054bdf8af9a92215e Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sun, 29 May 2022 23:03:56 +0200 Subject: Refactor code for rendering command line cache Fixes #1008 --- HeaderOptionsPanel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'HeaderOptionsPanel.c') diff --git a/HeaderOptionsPanel.c b/HeaderOptionsPanel.c index 22bcd09c..25d1ddbb 100644 --- a/HeaderOptionsPanel.c +++ b/HeaderOptionsPanel.c @@ -52,6 +52,7 @@ static HandlerResult HeaderOptionsPanel_eventHandler(Panel* super, int ch) { Header_setLayout(this->scr->header, mark); this->settings->changed = true; + this->settings->lastUpdate++; ScreenManager_resize(this->scr); -- cgit v1.2.3