mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
Merge pull request #1303 from xiaoyifang/opt/fulltext-dialog
opt: do not set the default text
This commit is contained in:
commit
a40d76232c
|
@ -4217,7 +4217,7 @@ void MainWindow::showFullTextSearchDialog()
|
|||
{
|
||||
if ( !ftsDlg ) {
|
||||
ftsDlg = new FTS::FullTextSearchDialog( this, cfg, dictionaries, groupInstances, ftsIndexing );
|
||||
ftsDlg->setSearchText( translateLine->text() );
|
||||
// ftsDlg->setSearchText( translateLine->text() );
|
||||
|
||||
addGlobalActionsToDialog( ftsDlg );
|
||||
addGroupComboBoxActionsToDialog( ftsDlg, groupList );
|
||||
|
|
Loading…
Reference in a new issue