mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 18:39:52 +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;
|
procedure TApplication.IntfSettingsChange;
|
||||||
begin
|
begin
|
||||||
if FUpdateFormatSettings then
|
if FUpdateFormatSettings then
|
||||||
|
begin
|
||||||
{$ifdef win32}
|
{$ifdef win32}
|
||||||
GetFormatSettings
|
{$ifdef DisableUTF8RTL}
|
||||||
|
GetFormatSettings;
|
||||||
|
{$else}
|
||||||
|
GetFormatSettingsUTF8;
|
||||||
|
{$endif}
|
||||||
{$endif};
|
{$endif};
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TApplication.IntfThemeOptionChange(AThemeServices: TThemeServices;
|
procedure TApplication.IntfThemeOptionChange(AThemeServices: TThemeServices;
|
||||||
|
Loading…
Reference in New Issue
Block a user