mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
No need to hide a component when it gets destroyed anyway nanoseconds later.
This commit is contained in:
@ -363,7 +363,6 @@ begin
|
||||
Result := not FStopping;
|
||||
if Result then begin
|
||||
FStopping := True;
|
||||
FMaskEdit.Hide;
|
||||
FTree.CancelEditNode;
|
||||
if FTree.CanFocus then
|
||||
FTree.SetFocus;
|
||||
@ -381,7 +380,6 @@ begin
|
||||
newtext := FMaskEdit.Text;
|
||||
if newtext <> FTree.Text[FNode, FColumn] then
|
||||
FTree.Text[FNode, FColumn] := newtext;
|
||||
FMaskEdit.Hide;
|
||||
if FTree.CanFocus then
|
||||
FTree.SetFocus;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user