summaryrefslogtreecommitdiffstats
path: root/MainPanel.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-04-09 16:02:14 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-04-09 16:02:14 -0300
commit64ecba25832c5f10571bf499a7bad768789b02a3 (patch)
treedc119e2c46f1951bd339ed8697331cd19daff613 /MainPanel.c
parentac8b9344981cc723e69e9eca01179429fef9fc87 (diff)
update bar when clicking header.
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 49df8273..be51c101 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;
+ reaction |= HTOP_RECALCULATE | HTOP_REDRAW_BAR;
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