summaryrefslogtreecommitdiffstats
path: root/DisplayOptionsPanel.c
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2022-06-01 08:00:55 +0200
committerDaniel Lange <DLange@git.local>2022-06-01 08:00:55 +0200
commitabaec509e6773908720124124ff24ad34f2b1321 (patch)
treee0f63f6bee219e2b642d7e072ce28ffe9c081626 /DisplayOptionsPanel.c
parentf156dfecd59d415ea860e2b4dff6be58b6ef3c60 (diff)
parent2999fff88eef0cad39dbbc0054bdf8af9a92215e (diff)
Merge branch 'cmdline-render-cache-rework' of BenBE/htop
Diffstat (limited to 'DisplayOptionsPanel.c')
-rw-r--r--DisplayOptionsPanel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/DisplayOptionsPanel.c b/DisplayOptionsPanel.c
index 7688e7c7..fc23cb65 100644
--- a/DisplayOptionsPanel.c
+++ b/DisplayOptionsPanel.c
@@ -72,6 +72,7 @@ static HandlerResult DisplayOptionsPanel_eventHandler(Panel* super, int ch) {
if (result == HANDLED) {
this->settings->changed = true;
+ this->settings->lastUpdate++;
Header* header = this->scr->header;
Header_calculateHeight(header);
Header_reinit(header);

© 2014-2024 Faster IT GmbH | imprint | privacy policy