mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 11:36:30 +03:00
Minor fixes and improvements.
This commit is contained in:
@@ -620,10 +620,12 @@ PluginRequestHandle GlobalSearchController::processMessage( const PluginMessage&
|
||||
sample.line.substr( sample.position.start().column(),
|
||||
sample.position.end().column() - sample.position.start().column() );
|
||||
|
||||
showGlobalSearch( false );
|
||||
mGlobalSearchInput->setText( search );
|
||||
updateGlobalSearchHistory( model, search, false, false, false );
|
||||
updateGlobalSearchBarResults( search, model, false, false );
|
||||
mUISceneNode->runOnMainThread( [this, search, model] {
|
||||
showGlobalSearch( false );
|
||||
mGlobalSearchInput->setText( search );
|
||||
updateGlobalSearchHistory( model, search, false, false, false );
|
||||
updateGlobalSearchBarResults( search, model, false, false );
|
||||
} );
|
||||
|
||||
return {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user