1
0
Fork 0
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:
Chernyavsky Andrey 2025-06-03 11:54:45 +05:00
parent b062c3d2dd
commit 6485728b25

View file

@ -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)