Continue following when switching to tree view. Patch by Richard Wang.

This commit is contained in:
Hisham Muhammad 2012-05-28 20:42:40 +00:00
parent ac36e4acbf
commit fae598fce8
1 changed files with 1 additions and 0 deletions

1
htop.c
View File

@ -896,6 +896,7 @@ int main(int argc, char** argv) {
pl->treeView = !pl->treeView;
ProcessList_expandTree(pl);
settings->changed = true;
if (following != -1) continue;
break;
case 'H':
doRecalculate = true;