mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 15:19:11 +02:00
cocoa: fix open dialog file type empty filter. bug #36272
git-svn-id: trunk@62213 -
This commit is contained in:
parent
8e1067a191
commit
3318764632
@ -182,7 +182,7 @@ begin
|
||||
if Assigned(filter) then
|
||||
Result := filter.panel_shouldEnableURL(sender, url)
|
||||
else
|
||||
Result := false;
|
||||
Result := true;
|
||||
end;
|
||||
|
||||
procedure TOpenSaveDelegate.panel_didChangeToDirectoryURL(sender: id; url: NSURL);
|
||||
|
Loading…
Reference in New Issue
Block a user