mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 16:10:26 +02:00
Remove secondary cursors on Goto Method
This commit is contained in:
parent
671b6d4c91
commit
cd84f5ed72
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ namespace IDE.ui
|
||||||
*keyPtr = new String(entry.mText);
|
*keyPtr = new String(entry.mText);
|
||||||
*valPtr = sCurrentMRUIndex++;
|
*valPtr = sCurrentMRUIndex++;
|
||||||
|
|
||||||
|
mSourceViewPanel.EditWidget?.Content.RemoveSecondaryTextCursors();
|
||||||
mSourceViewPanel.ShowFileLocation(-1, entry.mLine, entry.mLineChar, LocatorType.Always);
|
mSourceViewPanel.ShowFileLocation(-1, entry.mLine, entry.mLineChar, LocatorType.Always);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue