mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +02:00
LCL: fixed get TFileDialog.FilterIndex (bug #9292)
patch by: Valdas git-svn-id: trunk@11709 -
This commit is contained in:
parent
7563f772b3
commit
0cf1e254de
@ -28,6 +28,7 @@ begin
|
||||
FFiles := TStringList.Create;
|
||||
FHistoryList:=TStringList.Create;
|
||||
FFilterIndex := 1;
|
||||
FInternalFilterIndex := 1;
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------}
|
||||
|
Loading…
Reference in New Issue
Block a user