mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 05:19: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;
|
||||
|
||||
// hide hint
|
||||
// FHintTimer.Enabled :=
|
||||
// (TheMessage.keys or (MK_LButton and MK_RButton and MK_MButton) = 0);
|
||||
FHintTimer.Enabled :=
|
||||
(TheMessage.keys or (MK_LButton and MK_RButton and MK_MButton) = 0);
|
||||
if FHintWindow.Visible then
|
||||
FHintWindow.Visible := False;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user