Skip to content

Commit

Permalink
Fix issue where search results would be highlighted if the mouse posi…
Browse files Browse the repository at this point in the history
…tion didn't change
  • Loading branch information
giosali committed Sep 25, 2021
1 parent 57417aa commit f1e55e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Reginald/ViewModels/SearchViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public void ShowOrHide()
if (window.IsVisible)
{
window.Hide();
MousePosition = new();
FileOperations.CacheApplications();
applicationsDict = Applications.MakeDictionary();
}
Expand Down

0 comments on commit f1e55e4

Please sign in to comment.