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:
parent
bb03b284a2
commit
4c08df508b
|
@ -214,7 +214,7 @@ void SymbolView::updateSymbolList(int module_count, SYMBOLMODULEINFO* modules)
|
||||||
mSearchListView->mList->setSingleSelection(0);
|
mSearchListView->mList->setSingleSelection(0);
|
||||||
mModuleList->mList->setSingleSelection(0);
|
mModuleList->mList->setSingleSelection(0);
|
||||||
}
|
}
|
||||||
mModuleList->mList->setFocus();
|
|
||||||
mModuleBaseList.clear();
|
mModuleBaseList.clear();
|
||||||
for(int i = 0; i < module_count; i++)
|
for(int i = 0; i < module_count; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue