1
0
Fork 0

SymbolView : Removed the setFocus on the moduleList because it's set when program is loaded, and when typing something it goes through event handler of the SearchListView even tho it's not the selected tab

This commit is contained in:
Herzeh 2015-12-10 19:13:03 +01:00
parent bb03b284a2
commit 4c08df508b
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ void SymbolView::updateSymbolList(int module_count, SYMBOLMODULEINFO* modules)
mSearchListView->mList->setSingleSelection(0);
mModuleList->mList->setSingleSelection(0);
}
mModuleList->mList->setFocus();
mModuleBaseList.clear();
for(int i = 0; i < module_count; i++)
{