1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-17 23:56:05 +02:00

Remove secondary cursors on Goto Method

This commit is contained in:
Chernyavsky Andrey 2025-06-09 16:46:01 +05:00
parent 671b6d4c91
commit cd84f5ed72

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