mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 10:06:35 +03:00
Some minor fixes in ecode.
This commit is contained in:
@@ -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" );
|
||||
|
||||
Reference in New Issue
Block a user