Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 32af9b8

Browse files
committed
fixed broken search window in last update
1 parent 5aec6ee commit 32af9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/MainWindow/MainWindowCommands.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ private void Command_FindReplace()
269269
{
270270
try
271271
{
272-
if (EditorReferences.Any())
272+
if (!EditorReferences.Any())
273273
{
274274
return;
275275
}

0 commit comments

Comments
 (0)