From da60309fc9ed6f75dfa84d6cbfe58c703e2944f3 Mon Sep 17 00:00:00 2001 From: wangqr Date: Sun, 11 Nov 2018 00:48:08 -0500 Subject: Don't follow process when selecting non-process-specific options Disable the follow process logic in Action_pickFromVector(), when selecting sort order or user filter, since they don't apply on specific process. Fix #856 --- Action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Action.h') diff --git a/Action.h b/Action.h index 1dfdcb47..144a44fd 100644 --- a/Action.h +++ b/Action.h @@ -39,7 +39,7 @@ typedef struct State_ { } State; -Object* Action_pickFromVector(State* st, Panel* list, int x); +Object* Action_pickFromVector(State* st, Panel* list, int x, bool followProcess); // ---------------------------------------- -- cgit v1.2.3