mirror of https://gitlab.com/basile.b/dexed.git
fixup, update cursor could lead to runt-time error and was not necessary
This commit is contained in:
parent
9ecdceb59f
commit
5d641ffdf9
|
@ -1139,13 +1139,11 @@ end;
|
|||
procedure TCESynMemo.handleModalFinsihed(sender: TObject);
|
||||
begin
|
||||
cursor := crIBeam;
|
||||
UpdateCursor;
|
||||
end;
|
||||
|
||||
procedure TCESynMemo.handleModalBeginning(sender: TObject);
|
||||
begin
|
||||
cursor := crDefault;
|
||||
UpdateCursor;
|
||||
end;
|
||||
|
||||
procedure TCESynMemo.setFocus;
|
||||
|
|
Loading…
Reference in New Issue