1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-24 18:48:01 +02:00
This commit is contained in:
Chernyavsky Andrew 2025-06-03 12:01:11 +05:00 committed by GitHub
commit 441f501ef1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)