From dd16e0ebab0e83393cb05a2f320438bef1377220 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 26 Apr 2018 20:24:23 +0200 Subject: [PATCH] Revert "fix #307 - Cursor remains invisible while modal dialog is displayed" This reverts commit 105c9b651749a54e5e0def02b97348a320d1c80f. --- src/ce_synmemo.pas | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ce_synmemo.pas b/src/ce_synmemo.pas index 93944030..781d430a 100644 --- a/src/ce_synmemo.pas +++ b/src/ce_synmemo.pas @@ -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