summaryrefslogtreecommitdiffstats
path: root/MainPanel.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-08-20 01:13:20 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-08-20 01:13:20 -0300
commitc9cab824e9154c9b73309e899d9ff7417aaa4349 (patch)
treea8b60e66a7393761f2aa4fd3565657bfde78c3d0 /MainPanel.c
parent5e4f1e46cc1c26a87f4922812252c409b11fc53c (diff)
Extra checks.
Diffstat (limited to 'MainPanel.c')
-rw-r--r--MainPanel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MainPanel.c b/MainPanel.c
index be51c101..2e91a3c5 100644
--- a/MainPanel.c
+++ b/MainPanel.c
@@ -79,7 +79,7 @@ static HandlerResult MainPanel_eventHandler(Panel* super, int ch) {
} else {
reaction |= Action_setSortKey(settings, field);
}
- reaction |= HTOP_RECALCULATE | HTOP_REDRAW_BAR;
+ reaction |= HTOP_RECALCULATE | HTOP_REDRAW_BAR | HTOP_SAVE_SETTINGS;
result = HANDLED;
} else if (ch != ERR && this->inc->active) {
bool filterChanged = IncSet_handleKey(this->inc, ch, super, (IncMode_GetPanelValue) MainPanel_getValue, NULL);

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