Skip to content

Commit

Permalink
fix:macos popup dialog CTRL+F search
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Jun 27, 2024
1 parent 15cb327 commit 3a30f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/scanpopup.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ScanPopup::ScanPopup( QWidget * parent,
connect( definition, &ArticleView::typingEvent, this, &ScanPopup::typingEvent );

openSearchAction.setShortcut( QKeySequence( "Ctrl+F" ) );
addAction( &openSearchAction );
definition->addAction( &openSearchAction );
connect( &openSearchAction, &QAction::triggered, definition, &ArticleView::openSearch );

wordListDefaultFont = ui.translateBox->completerWidget()->font();
Expand Down

0 comments on commit 3a30f10

Please sign in to comment.