mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
SelectNode triggers a potentially set OnFocusChanged event, benefit from that logic in some places where I used to assign Focusnode := xyz.
This commit is contained in:
@ -144,7 +144,7 @@ begin
|
||||
for i:=0 to High(Obj.Connection.Datatypes) do
|
||||
comboReturns.Items.Add(Obj.Connection.Datatypes[i].Name);
|
||||
chkDeterministic.Checked := False;
|
||||
listParameters.FocusedNode := nil;
|
||||
SelectNode(listParameters, nil);
|
||||
listParameters.Clear;
|
||||
Parameters.Clear;
|
||||
comboDataAccess.ItemIndex := 0;
|
||||
|
Reference in New Issue
Block a user