mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: DefaultFormatSettings needs to be initialized again on macOS (issue #1465)
This commit is contained in:
parent
912420fb32
commit
2a04efd4db
1 changed files with 1 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ begin
|
|||
Application.Initialize;
|
||||
|
||||
{$IF DEFINED(DARWIN)}
|
||||
GetMacFormatSettings(DefaultFormatSettings);
|
||||
Application.Icon:= nil;
|
||||
{$ENDIF}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue