Merge pull request #6195 from tjmgd/bug-keyword-22

keyword bug fixed
This commit is contained in:
Chris Galvan
2021-12-15 10:00:58 -06:00
committed by GitHub
@@ -1281,6 +1281,8 @@ void OutlinerWidget::OnSearchTextChanged(const QString& activeTextFilter)
m_listModel->SearchStringChanged(filterString);
m_proxyModel->UpdateFilter();
m_gui->m_objectTree->expandAll();
}
void OutlinerWidget::OnFilterChanged(const AzQtComponents::SearchTypeFilterList& activeTypeFilters)