From e86acd6893c17165b8b889bea122a283b9c09fe7 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Sun, 7 Feb 2021 13:46:57 +0100 Subject: Remove force sort order to ASC when returning to tree mode Bug found by BenBE via IRC --- Action.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'Action.c') diff --git a/Action.c b/Action.c index 0ca9a8ba..a87ca1a8 100644 --- a/Action.c +++ b/Action.c @@ -226,9 +226,6 @@ static Htop_Reaction actionToggleMergedCommand(State* st) { static Htop_Reaction actionToggleTreeView(State* st) { st->settings->treeView = !st->settings->treeView; - if (st->settings->treeView) { - st->settings->treeDirection = 1; - } ProcessList_expandTree(st->pl); return HTOP_REFRESH | HTOP_SAVE_SETTINGS | HTOP_KEEP_FOLLOWING | HTOP_REDRAW_BAR | HTOP_UPDATE_PANELHDR; -- cgit v1.2.3