/H to toggle hide/unhide of levels
This commit is contained in:
parent
b77f9578b7
commit
65a031a1fa
|
@ -130,8 +130,8 @@ Begin
|
||||||
List.Close;
|
List.Close;
|
||||||
|
|
||||||
Case List.ExitCode of
|
Case List.ExitCode of
|
||||||
'/' : Case GetCommandOption(11, 'T-Toggle Hide|') of
|
'/' : Case GetCommandOption(11, 'H-Toggle Hide|') of
|
||||||
'T' : HideMode := Not HideMode;
|
'H' : HideMode := Not HideMode;
|
||||||
End;
|
End;
|
||||||
#13 : Begin
|
#13 : Begin
|
||||||
Count := strS2I(Copy(List.List[List.Picked]^.Name, 1, 3));
|
Count := strS2I(Copy(List.List[List.Picked]^.Name, 1, 3));
|
||||||
|
|
Loading…
Reference in New Issue