Explorar o código

Remove secondary cursors on `Goto Method`

Chernyavsky Andrey hai 3 meses
pai
achega
cd84f5ed72
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);            
         }