mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:39:28 +02:00
cocoa: fix the file type selected index reported to LCL
git-svn-id: trunk@63254 -
This commit is contained in:
parent
c2955d01ee
commit
84daf73dce
@ -876,7 +876,7 @@ begin
|
||||
begin
|
||||
setDialogFilter(indexOfSelectedItem);
|
||||
if Assigned(Owner) then
|
||||
Owner.IntfFileTypeChanged(lastSelectedItemIndex);
|
||||
Owner.IntfFileTypeChanged(indexOfSelectedItem+1);
|
||||
end;
|
||||
lastSelectedItemIndex := indexOfSelectedItem;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user