mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 11:08:02 +02:00
Merge 6485728b25
into b062c3d2dd
This commit is contained in:
commit
441f501ef1
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