mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 07:37:02 +02:00
lcl: use GetFormatSettingsUTF8 in TApplication.IntfSettingsChange. Issue #30253
git-svn-id: trunk@52480 -
This commit is contained in:
parent
b08c38cba0
commit
b13ba1b0b9
@ -2002,9 +2002,15 @@ end;
|
||||
procedure TApplication.IntfSettingsChange;
|
||||
begin
|
||||
if FUpdateFormatSettings then
|
||||
begin
|
||||
{$ifdef win32}
|
||||
GetFormatSettings
|
||||
{$ifdef DisableUTF8RTL}
|
||||
GetFormatSettings;
|
||||
{$else}
|
||||
GetFormatSettingsUTF8;
|
||||
{$endif}
|
||||
{$endif};
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TApplication.IntfThemeOptionChange(AThemeServices: TThemeServices;
|
||||
|
Loading…
Reference in New Issue
Block a user