mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 22:40:24 +02:00
lcl: fix compilation
git-svn-id: trunk@35172 -
This commit is contained in:
parent
b56160fe13
commit
872b430305
@ -1991,7 +1991,9 @@ end;
|
||||
procedure TApplication.IntfSettingsChange;
|
||||
begin
|
||||
if FUpdateFormatSettings then
|
||||
GetFormatSettings;
|
||||
{$ifdef win32}
|
||||
GetFormatSettings
|
||||
{$endif};
|
||||
end;
|
||||
|
||||
procedure TApplication.IntfThemeOptionChange(AThemeServices: TThemeServices;
|
||||
|
Loading…
Reference in New Issue
Block a user