mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 03:32:09 +01:00
Appearance on OSX is now back to normal or better
Some additional wx3 cleanup as well.
This commit is contained in:
@@ -558,14 +558,6 @@ int ExportPCM::Export(AudacityProject *project,
|
||||
((sf_format & SF_FORMAT_TYPEMASK) == SF_FORMAT_WAV))
|
||||
AddID3Chunk(fName, metadata, sf_format);
|
||||
|
||||
#ifdef __WXMAC__
|
||||
#if !wxCHECK_VERSION(3, 0, 0)
|
||||
wxFileName fn(fName);
|
||||
fn.MacSetTypeAndCreator(sf_header_mactype(sf_format & SF_FORMAT_TYPEMASK),
|
||||
AUDACITY_CREATOR);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
return updateResult;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user