Some minor fixes in ecode.

This commit is contained in:
Martín Lucas Golini
2022-08-24 03:04:21 -03:00
parent d8c3a42a9f
commit 0924b715ee
7 changed files with 39 additions and 19 deletions

View File

@@ -139,7 +139,7 @@ void DocSearchController::initSearchBar(
mSearchBarLayout->addCommand( "toggle-lua-pattern", [&, luaPatternChk] {
luaPatternChk->setChecked( !luaPatternChk->isChecked() );
} );
mSearchBarLayout->addCommand( "open-global-search", [&] { mApp->showGlobalSearch(); } );
mSearchBarLayout->addCommand( "open-global-search", [&] { mApp->showGlobalSearch( false ); } );
addReturnListener( findInput, "repeat-find" );
addReturnListener( replaceInput, "find-and-replace" );