mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:56:12 +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;
|
AComponent: TComponent;
|
||||||
begin
|
begin
|
||||||
FHintTimer.Enabled := False;
|
FHintTimer.Enabled := False;
|
||||||
if [dfShowEditorHints]*FFlags=[] then exit;
|
if ([dfShowEditorHints]*FFlags=[]) or (Form=nil) then exit;
|
||||||
|
|
||||||
Position := Mouse.CursorPos;
|
Position := Mouse.CursorPos;
|
||||||
if not (dfHasSized in FFlags) then
|
if not (dfHasSized in FFlags) then
|
||||||
|
Loading…
Reference in New Issue
Block a user