Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenAssassine committed Apr 16, 2022
2 parents ac23322 + a9c2355 commit 00d2cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Fastedit/Controls/Textbox/TextControlBox.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ bool NotFound()
{
Word = Word.Substring(0, 20) + "... ";
}
SelectionStart = 0;
SetSelection(0, 0);
ShowInfoToast(false, Word + " " + InfoBarMessages.SearchNotFound);
return false;
}
Expand Down
2 changes: 1 addition & 1 deletion Fastedit/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,4 @@
<rescap:Capability Name="confirmAppClose" />
<uap:Capability Name="removableStorage" />
</Capabilities>
</Package>
</Package>

0 comments on commit 00d2cd9

Please sign in to comment.