mirror of https://gitlab.com/basile.b/dexed.git
fix, in 1.4 it breaks DDOc hints
This commit is contained in:
parent
f07b051455
commit
bfee995bd9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue