mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 17:58:19 +02:00
LCL, carbon, fix FilterIndex on FileSave Dialog
git-svn-id: trunk@40343 -
This commit is contained in:
parent
c936df54b3
commit
f2ffc5a7d1
@ -390,7 +390,7 @@ begin
|
||||
if OSError(NavDisposeReply(DialogReply), Self, SShowModal,
|
||||
'NavDisposeReply') then Exit;
|
||||
|
||||
FileDialog.FilterIndex := FilterIndex;
|
||||
FileDialog.FilterIndex := FilterIndex + 1;
|
||||
FileDialog.UserChoice := mrOK;
|
||||
end;
|
||||
finally
|
||||
|
Loading…
Reference in New Issue
Block a user