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

Commit

Permalink
fixed broken search window in last update
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijabase committed Oct 16, 2022
1 parent 5aec6ee commit 32af9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/MainWindow/MainWindowCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ private void Command_FindReplace()
{
try
{
if (EditorReferences.Any())
if (!EditorReferences.Any())
{
return;
}
Expand Down

0 comments on commit 32af9b8

Please sign in to comment.