mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 07:49:20 +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
|
if Assigned(filter) then
|
||||||
Result := filter.panel_shouldEnableURL(sender, url)
|
Result := filter.panel_shouldEnableURL(sender, url)
|
||||||
else
|
else
|
||||||
Result := false;
|
Result := true;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TOpenSaveDelegate.panel_didChangeToDirectoryURL(sender: id; url: NSURL);
|
procedure TOpenSaveDelegate.panel_didChangeToDirectoryURL(sender: id; url: NSURL);
|
||||||
|
Loading…
Reference in New Issue
Block a user