FIX: Bug [0000540] "List index (-1) out of bounds in search results tab"

This commit is contained in:
Alexander Koblov 2013-01-03 17:25:22 +00:00
commit 131da9518a

View file

@ -182,8 +182,7 @@ begin
inherited CreateDefault(AOwner);
FLastActiveFileIndex := -1;
FRangeSelectionStartIndex := -1;
FRangeSelectionEndIndex := -1;
FRangeSelectionState := True;
lblFilter := TLabel.Create(pnlFooter);
lblFilter.Parent := pnlFooter;