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
This commit is contained in:
wangqr
2018-11-11 00:48:08 -05:00
parent 402e46bb82
commit da60309fc9
3 changed files with 18 additions and 13 deletions

View File

@ -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);
// ----------------------------------------