fix, in 1.4 it breaks DDOc hints

This commit is contained in:
Basile Burg 2015-02-24 04:50:06 +01:00
parent f07b051455
commit bfee995bd9
1 changed files with 0 additions and 1 deletions

View File

@ -547,7 +547,6 @@ end;
procedure TCESynMemo.MouseMove(Shift: TShiftState; X, Y: Integer); procedure TCESynMemo.MouseMove(Shift: TShiftState; X, Y: Integer);
begin begin
fMousePos := PixelsToRowColumn(Point(X,Y)); fMousePos := PixelsToRowColumn(Point(X,Y));
Application.HideHint;
inherited; inherited;
if ssLeft in Shift then if ssLeft in Shift then
identifierToD2Syn; identifierToD2Syn;