IDE: fixed crash in designer

git-svn-id: trunk@64591 -
This commit is contained in:
mattias 2021-02-16 13:34:32 +00:00
parent 1f5fc709d3
commit a48c53db4e

View File

@ -4328,7 +4328,7 @@ var
AComponent: TComponent;
begin
FHintTimer.Enabled := False;
if [dfShowEditorHints]*FFlags=[] then exit;
if ([dfShowEditorHints]*FFlags=[]) or (Form=nil) then exit;
Position := Mouse.CursorPos;
if not (dfHasSized in FFlags) then