We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b127989 commit 54f8839Copy full SHA for 54f8839
Src/FmSplash.pas
@@ -237,7 +237,7 @@ function TSplashAligner.GetMainFormBounds(const AForm: TCustomForm): TRectEx;
237
if not Settings.GetWdwState(Result, State) or (State = wsMaximized) then
238
Result := Screen.WorkAreaRect; // we use workarea of primary monitor
239
finally
240
- Free;
+ Settings.Free;
241
end;
242
243
0 commit comments