mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 10:18:15 +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
|
||||
begin
|
||||
Map.UnHook;
|
||||
Map.Hide;
|
||||
Application.ReleaseComponent(Map);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user