summaryrefslogtreecommitdiff
path: root/src/gui/fpg_hint.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/fpg_hint.pas')
-rw-r--r--src/gui/fpg_hint.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/fpg_hint.pas b/src/gui/fpg_hint.pas
index 34fc7ca2..b3baee00 100644
--- a/src/gui/fpg_hint.pas
+++ b/src/gui/fpg_hint.pas
@@ -197,10 +197,11 @@ end;
destructor TfpgHintWindow.Destroy;
begin
+ T_Chrono.Enabled := False;
T_Chrono.Free;
FFont.Free;
inherited Destroy;
- uShadowForm.Destroy;
+ uShadowForm.Free;
end;
procedure TfpgHintWindow.SetPosition(aleft, atop, awidth, aheight: TfpgCoord);