mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 14:54:42 +01:00
TFileListBox: fix not adding filenames wich only differ in case, when the control doesn't have a handle yet (i.e. with Directry set in OI). Issue #41441
(cherry picked from commit 3cc3475c2b)
This commit is contained in:
parent
bdd77a1902
commit
70f4f50636
@ -478,6 +478,7 @@ var
|
|||||||
CurrentDir: string;
|
CurrentDir: string;
|
||||||
begin
|
begin
|
||||||
inherited Create(TheOwner);
|
inherited Create(TheOwner);
|
||||||
|
TStringList(Items).CaseSensitive := True; //Issue #41441
|
||||||
//Initializes the Mask property.
|
//Initializes the Mask property.
|
||||||
FMask := AllDirectoryEntriesMask;
|
FMask := AllDirectoryEntriesMask;
|
||||||
//Initializes the FileType property.
|
//Initializes the FileType property.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user