mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 03:19:32 +02:00
SynEdit, AutoComplete: prevent timer from accidental trigger. part of issue #0033665
git-svn-id: trunk@58209 -
This commit is contained in:
parent
8bed6f8ca0
commit
5aab88ba3c
@ -667,6 +667,7 @@ begin
|
||||
FHint.OnMouseDown :=@HintWindowMouseDown;
|
||||
{$ENDIF}
|
||||
FHintTimer := TTimer.Create(nil);
|
||||
FHintTimer.Enabled := False;
|
||||
FHintTimer.OnTimer := @OnHintTimer;
|
||||
FHintTimer.Interval := 0;
|
||||
FLongLineHintTime := 0;
|
||||
|
Loading…
Reference in New Issue
Block a user