Make gem tags clickable and filter by their text in the Gem Catalog when clicked
Signed-off-by: nggieber <nggieber@amazon.com>
This commit is contained in:
@@ -439,4 +439,9 @@ namespace O3DE::ProjectManager
|
||||
{
|
||||
m_filterLineEdit->setText({});
|
||||
}
|
||||
|
||||
void GemCatalogHeaderWidget::SetSearchFilter(const QString& filter)
|
||||
{
|
||||
m_filterLineEdit->setText(filter);
|
||||
}
|
||||
} // namespace O3DE::ProjectManager
|
||||
|
||||
Reference in New Issue
Block a user