mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 16:40:32 +02:00
* fixed fileselection for a 2nd time
git-svn-id: trunk@11853 -
This commit is contained in:
parent
99e2799127
commit
6f46409e23
@ -268,6 +268,7 @@ begin
|
||||
if OSError(AECountItems(DialogReply.Selection, FileCount), Self,
|
||||
SShowModal, 'AECountItems') then Exit;
|
||||
|
||||
FileDialog.Files.Clear;
|
||||
for FileIdx := 1 to FileCount do
|
||||
begin
|
||||
if OSError(AEGetNthDesc(DialogReply.Selection, FileIdx, typeFSRef,
|
||||
|
Loading…
Reference in New Issue
Block a user