undo stupid commenting of hinttimer

git-svn-id: trunk@5403 -
This commit is contained in:
micha 2004-04-12 18:50:35 +00:00
parent b4c61fa97d
commit 723d653f98

View File

@ -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;