You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Updated FDesktopPlatformMac::FileDialogShared() to handle a case where no extensions were specified in FileTypes string
#jira UE-62421 #rb none [CL 4279969 by Michael Trepka in Dev-Editor branch]
This commit is contained in:
@@ -412,6 +412,11 @@ bool FDesktopPlatformMac::FileDialogShared(bool bSave, const void* ParentWindowH
|
||||
}
|
||||
}
|
||||
|
||||
if ([AllowedFileTypes count] == 1)
|
||||
{
|
||||
[AllowedFileTypes addObject:@""];
|
||||
}
|
||||
|
||||
[AccessoryView AddAllowedFileTypes:AllowedFileTypes];
|
||||
|
||||
bool bOkPressed = false;
|
||||
|
||||
Reference in New Issue
Block a user