cocoa: fix open dialog file type empty filter. bug #36272

git-svn-id: trunk@62213 -
This commit is contained in:
dmitry 2019-11-07 03:43:26 +00:00
parent 8e1067a191
commit 3318764632

View File

@ -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);