This is indeed a bug, thanks for letting me know. To fix this, please open up ActionList.cs file and change the method named ‘ShowNestedActionsGUI’ at line #266 to be like this:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
///<summary>Show currently selected task inspector</summary>