mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 00:20:22 +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;
|
FFiles := TStringList.Create;
|
||||||
FHistoryList:=TStringList.Create;
|
FHistoryList:=TStringList.Create;
|
||||||
FFilterIndex := 1;
|
FFilterIndex := 1;
|
||||||
|
FInternalFilterIndex := 1;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------}
|
{------------------------------------------------------------------------------}
|
||||||
|
Loading…
Reference in New Issue
Block a user