mirror of https://gitlab.com/basile.b/dexed.git
still AV possible due to fix for #307
This commit is contained in:
parent
8f0c4a52ad
commit
90af165b17
|
@ -1137,8 +1137,9 @@ end;
|
|||
procedure TCESynMemo.handleModalBeginning(sender: TObject);
|
||||
begin
|
||||
// AV can happens in TCustomSynEdit.UpdateCursor
|
||||
if assigned(FTextArea) then
|
||||
cursor := crDefault;
|
||||
if assigned(FTextArea) and
|
||||
(cursor = crNone) and (eoAutoHideCursor in Options2) then
|
||||
cursor := crDefault;
|
||||
end;
|
||||
|
||||
procedure TCESynMemo.setFocus;
|
||||
|
|
Loading…
Reference in New Issue