docking, initialize a `var` parameter used as result

it's not `out` so there is no guarantee that the caller
has initialized it.
This commit is contained in:
Basile Burg 2023-02-25 13:32:55 +01:00
parent 7398bf9609
commit b4ae83569f
1 changed files with 1 additions and 0 deletions

View File

@ -1620,6 +1620,7 @@ procedure TMainForm.anchorDockingAddControlEvent(Sender: TObject; aName: string;
var AControl: TControl; DoDisableAutoSizing: boolean);
var w : TDexedWidget;
begin
AControl := nil;
for w in fWidgList do
if w.name = aName then
begin