Skip to content

Commit 85508a7

Browse files
committed
Disable windows changing formatsettings mid session (WM_SETTINGCHANGE)
1 parent a73859c commit 85508a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Simba.lpr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
SimbaInitialization_Call(ESimbaInit.CREATE);
3838

3939
Application.CaptureExceptions := False;
40+
Application.UpdateFormatSettings := False;
4041
Application.Initialize();
4142

4243
if Application.HasOption('help') then

0 commit comments

Comments
 (0)