mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Bug [0000540] "List index (-1) out of bounds in search results tab"
This commit is contained in:
parent
5df18712b5
commit
131da9518a
1 changed files with 1 additions and 2 deletions
|
|
@ -182,8 +182,7 @@ begin
|
|||
inherited CreateDefault(AOwner);
|
||||
|
||||
FLastActiveFileIndex := -1;
|
||||
FRangeSelectionStartIndex := -1;
|
||||
FRangeSelectionEndIndex := -1;
|
||||
FRangeSelectionState := True;
|
||||
|
||||
lblFilter := TLabel.Create(pnlFooter);
|
||||
lblFilter.Parent := pnlFooter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue