summaryrefslogtreecommitdiffstats
path: root/DisplayOptionsPanel.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2022-05-29 23:03:56 +0200
committerBenny Baumann <BenBE@geshi.org>2022-05-31 13:55:43 +0200
commit2999fff88eef0cad39dbbc0054bdf8af9a92215e (patch)
tree59789d67f430d134c5dbe7f48ddf4bbb21bd244b /DisplayOptionsPanel.c
parent2613db4b0d714b2525ae388680523f55b80451b8 (diff)
Refactor code for rendering command line cache
Fixes #1008
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