Kaynağa Gözat

Merge pull request #2269 from kallisto56/master

Remove secondary cursors on `Goto Method`
Brian Fiete 1 ay önce
ebeveyn
işleme
c0a261f715
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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);            
         }