mirror of https://gitlab.com/basile.b/dexed.git
better fix for #307
This commit is contained in:
parent
52a6286617
commit
e97b3936c2
|
@ -1138,10 +1138,7 @@ procedure TCESynMemo.handleModalBeginning(sender: TObject);
|
||||||
begin
|
begin
|
||||||
// AV can happens in TCustomSynEdit.UpdateCursor
|
// AV can happens in TCustomSynEdit.UpdateCursor
|
||||||
if assigned(FTextArea) and (eoAutoHideCursor in Options2) then
|
if assigned(FTextArea) and (eoAutoHideCursor in Options2) then
|
||||||
begin
|
MouseMove([], 0, 0);
|
||||||
cursor := crIBeam;
|
|
||||||
UpdateCursor;
|
|
||||||
end;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCESynMemo.setFocus;
|
procedure TCESynMemo.setFocus;
|
||||||
|
|
Loading…
Reference in New Issue