mirror of https://gitlab.com/basile.b/dexed.git
close #307 for good
This commit is contained in:
parent
7ba91d8a54
commit
88245e86a5
|
@ -1137,9 +1137,11 @@ end;
|
|||
procedure TCESynMemo.handleModalBeginning(sender: TObject);
|
||||
begin
|
||||
// AV can happens in TCustomSynEdit.UpdateCursor
|
||||
if assigned(FTextArea) and
|
||||
(cursor = crNone) and (eoAutoHideCursor in Options2) then
|
||||
cursor := crDefault;
|
||||
if assigned(FTextArea) and (eoAutoHideCursor in Options2) then
|
||||
begin
|
||||
cursor := crIBeam;
|
||||
UpdateCursor;
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TCESynMemo.setFocus;
|
||||
|
|
Loading…
Reference in New Issue