mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +02:00
IDE: fixed crash in designer
git-svn-id: trunk@64591 -
This commit is contained in:
parent
1f5fc709d3
commit
a48c53db4e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user