Commit fae598fc authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

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

parent ac36e4ac
...@@ -896,6 +896,7 @@ int main(int argc, char** argv) { ...@@ -896,6 +896,7 @@ int main(int argc, char** argv) {
pl->treeView = !pl->treeView; pl->treeView = !pl->treeView;
ProcessList_expandTree(pl); ProcessList_expandTree(pl);
settings->changed = true; settings->changed = true;
if (following != -1) continue;
break; break;
case 'H': case 'H':
doRecalculate = true; doRecalculate = true;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment