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