浏览代码

Remove secondary cursors on `Goto Method`

Chernyavsky Andrey 3 月之前
父节点
当前提交
cd84f5ed72
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);            
         }