mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 18:59:21 +02:00
minimap: hide control on unhook
This commit is contained in:
parent
d617364c85
commit
904136f96f
@ -212,6 +212,7 @@ begin
|
|||||||
if Assigned(Map) then
|
if Assigned(Map) then
|
||||||
begin
|
begin
|
||||||
Map.UnHook;
|
Map.UnHook;
|
||||||
|
Map.Hide;
|
||||||
Application.ReleaseComponent(Map);
|
Application.ReleaseComponent(Map);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user