mirror of https://gitlab.com/basile.b/dexed.git
Revert "fix #307 - Cursor remains invisible while modal dialog is displayed"
This reverts commit 105c9b6517
.
This commit is contained in:
parent
0e1cd6be8b
commit
dd16e0ebab
|
@ -2921,9 +2921,6 @@ procedure TCESynMemo.handleStatusChanged(Sender: TObject; Changes: TSynStatusCha
|
|||
begin
|
||||
if scOptions in Changes then
|
||||
begin
|
||||
// note: eoAutoHideCursor is buggy when eoAlwaysVisibleCaret is not also set
|
||||
if eoAutoHideCursor in Options2 then
|
||||
Options2 := Options2 + [eoAlwaysVisibleCaret];
|
||||
if fSmartDdocNewline and not (eoAutoIndent in Options) then
|
||||
Options := Options + [eoAutoIndent];
|
||||
if Beautifier.isNotNil and (Beautifier is TSynBeautifier) then
|
||||
|
|
Loading…
Reference in New Issue