Browse Source

Remove secondary cursors on `Goto Method`

Chernyavsky Andrey 3 months ago
parent
commit
cd84f5ed72
1 changed files with 1 additions and 0 deletions
  1. 1 0
      IDE/src/ui/NavigationBar.bf

+ 1 - 0
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);            
         }