mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-09 01:08:50 +01:00
lcl: populate TFileNameEdit.DialogFiles before onChange event (related with mantis #0012898)
git-svn-id: trunk@18021 -
This commit is contained in:
parent
9d7996ed21
commit
ddd82a77de
@ -767,8 +767,9 @@ begin
|
||||
end;
|
||||
if (FN<>'') then
|
||||
begin
|
||||
FileName:=FN;
|
||||
// set FDialogFiles first since assigning of FileName trigger events
|
||||
FDialogFiles.Text:=TOpenDialog(D).Files.Text;
|
||||
FileName:=FN;
|
||||
end;
|
||||
end;
|
||||
dkSave,dkPictureSave :
|
||||
|
||||
Loading…
Reference in New Issue
Block a user