1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-24 18:48:01 +02:00

Merge pull request #2269 from kallisto56/master

Remove secondary cursors on `Goto Method`
This commit is contained in:
Brian Fiete 2025-06-09 16:53:11 +02:00 committed by GitHub
commit c0a261f715
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}