Skip to content

Commit

Permalink
Merge branch 'goldendict:master' into staged
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang authored Jun 20, 2022
2 parents 8ee6446 + 39abe4f commit 7bcdfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articleview.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2256,7 +2256,7 @@ void ArticleView::on_searchCloseButton_clicked()

void ArticleView::on_searchCaseSensitive_clicked()
{
performFindOperation( false, false, true );
performFindOperation( true, false );
}

void ArticleView::on_highlightAllButton_clicked()
Expand Down

0 comments on commit 7bcdfac

Please sign in to comment.