Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jul 18, 2024
1 parent 6543c88 commit 3472889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/articleview.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2027,7 +2027,7 @@ void ArticleView::performFindOperation( bool backwards )

findText( text, f, [ text, this ]( bool match ) {
bool setMark = !text.isEmpty() && !match;
if(setMark){
if ( setMark ) {
//clear the previous findText results.
//when the results is empty, the highlight has not been removed.more likely a qt bug.
findText( "" );
Expand Down

0 comments on commit 3472889

Please sign in to comment.