mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 17:29:31 +02:00
undo stupid commenting of hinttimer
git-svn-id: trunk@5403 -
This commit is contained in:
parent
b4c61fa97d
commit
723d653f98
@ -1369,8 +1369,8 @@ begin
|
|||||||
FHintTimer.Enabled := False;
|
FHintTimer.Enabled := False;
|
||||||
|
|
||||||
// hide hint
|
// hide hint
|
||||||
// FHintTimer.Enabled :=
|
FHintTimer.Enabled :=
|
||||||
// (TheMessage.keys or (MK_LButton and MK_RButton and MK_MButton) = 0);
|
(TheMessage.keys or (MK_LButton and MK_RButton and MK_MButton) = 0);
|
||||||
if FHintWindow.Visible then
|
if FHintWindow.Visible then
|
||||||
FHintWindow.Visible := False;
|
FHintWindow.Visible := False;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user