mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 01:37:59 +02:00
Reset drag selection after AddSelectionToNextFindMatch()
This commit is contained in:
parent
a798819709
commit
431776d266
1 changed files with 2 additions and 0 deletions
|
@ -7861,6 +7861,8 @@ namespace IDE.ui
|
|||
}
|
||||
|
||||
ewc.AddSelectionToNextFindMatch(createCursor, exhaustiveSearch);
|
||||
ewc.mDragSelectionUnion = null;
|
||||
ewc.mDragSelectionKind = .None;
|
||||
}
|
||||
|
||||
public void MoveLastSelectionToNextFindMatch()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue