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);
|
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;
|
||||||
|
|
Loading…
Reference in New Issue