Merge pull request #5093 from aws-lumberyard-dev/Prism/SearchForGemsFromTags

Scroll to and Select Gem When Gem Tag is Clicked
This commit is contained in:
AMZN-Phil
2021-11-02 08:27:13 -07:00
committed by GitHub
12 changed files with 215 additions and 184 deletions
@@ -62,6 +62,7 @@ namespace O3DE::ProjectManager
appendRow(item);
const QModelIndex modelIndex = index(rowCount()-1, 0);
m_nameToIndexMap[gemInfo.m_displayName] = modelIndex;
m_nameToIndexMap[gemInfo.m_name] = modelIndex;
}