mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 10:18:05 +02:00
IDE: fixed crash in designer
git-svn-id: branches/fixes_2_0@64592 -
This commit is contained in:
parent
77b7cb7d61
commit
19aad3af45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user