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);
begin
fMousePos := PixelsToRowColumn(Point(X,Y));
Application.HideHint;
inherited;
if ssLeft in Shift then
identifierToD2Syn;