mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-05 15:56:00 +02:00
Fixed select next match after using QuickFind
This commit is contained in:
parent
b062c3d2dd
commit
6485728b25
1 changed files with 1 additions and 1 deletions
|
@ -7820,7 +7820,7 @@ namespace IDE.ui
|
|||
{
|
||||
var ewc = mEditWidget.mEditWidgetContent as SourceEditWidgetContent;
|
||||
|
||||
if (mQuickFind != null)
|
||||
if ((mQuickFind != null) && (mQuickFind.mIsShowingMatches))
|
||||
{
|
||||
int usedCursorCount = 0;
|
||||
for (var range in mQuickFind.mFoundRanges)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue