From cd84f5ed7225f1118106cae98d69c1f7fc170827 Mon Sep 17 00:00:00 2001 From: Chernyavsky Andrey Date: Mon, 9 Jun 2025 16:46:01 +0500 Subject: [PATCH] Remove secondary cursors on `Goto Method` --- IDE/src/ui/NavigationBar.bf | 1 + 1 file changed, 1 insertion(+) diff --git a/IDE/src/ui/NavigationBar.bf b/IDE/src/ui/NavigationBar.bf index 1645c2d6..81752808 100644 --- a/IDE/src/ui/NavigationBar.bf +++ b/IDE/src/ui/NavigationBar.bf @@ -175,6 +175,7 @@ namespace IDE.ui *keyPtr = new String(entry.mText); *valPtr = sCurrentMRUIndex++; + mSourceViewPanel.EditWidget?.Content.RemoveSecondaryTextCursors(); mSourceViewPanel.ShowFileLocation(-1, entry.mLine, entry.mLineChar, LocatorType.Always); }