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
|
||||
// AV can happens in TCustomSynEdit.UpdateCursor
|
||||
if assigned(FTextArea) and (eoAutoHideCursor in Options2) then
|
||||
begin
|
||||
cursor := crIBeam;
|
||||
UpdateCursor;
|
||||
end;
|
||||
MouseMove([], 0, 0);
|
||||
end;
|
||||
|
||||
procedure TCESynMemo.setFocus;
|
||||
|
|
Loading…
Reference in New Issue