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