From 840915540dc37fade315658c3ea22f18e58e39c5 Mon Sep 17 00:00:00 2001 From: Ahmet Sait Date: Wed, 8 May 2024 10:46:16 +0300 Subject: [PATCH] Fix #94: Other TextBox carets jumping around --- Scintilla.NET/Scintilla.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Scintilla.NET/Scintilla.cs b/Scintilla.NET/Scintilla.cs index 2ae4c37..b81af64 100644 --- a/Scintilla.NET/Scintilla.cs +++ b/Scintilla.NET/Scintilla.cs @@ -3358,7 +3358,6 @@ public bool UseRightToLeftReadingLayout exStyle &= ~WinApiHelpers.WS_EX_LAYOUTRTL; } Handle.SetWindowLongPtr(WinApiHelpers.GWL_EXSTYLE, new IntPtr(exStyle)); - DirectMessage(NativeMethods.SCI_GRABFOCUS, new IntPtr(1)); // needs focus to update } }