IDE: fixed crash in designer

git-svn-id: branches/fixes_2_0@64592 -
This commit is contained in:
mattias 2021-02-16 13:35:02 +00:00
parent 77b7cb7d61
commit 19aad3af45

View File

@ -4340,7 +4340,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