Restore highlighted header of current sorted process column

This commit is contained in:
Christian Göttsche
2020-12-22 17:12:38 +01:00
committed by cgzones
parent 0672be7db1
commit 86d2931255
5 changed files with 23 additions and 19 deletions

2
htop.c
View File

@ -313,8 +313,6 @@ int main(int argc, char** argv) {
MainPanel_updateTreeFunctions(panel, settings->treeView);
ProcessList_printHeader(pl, Panel_getHeader((Panel*)panel));
State state = {
.settings = settings,
.ut = ut,