Double click launches Material Editor

This commit is contained in:
mnaumov
2021-04-16 16:13:39 -07:00
parent c5c7332642
commit db9b0f141f
11 changed files with 481 additions and 365 deletions
@@ -100,6 +100,7 @@ namespace AZ
AzToolsFramework::EditorMenuNotificationBus::Handler::BusConnect();
SetupThumbnails();
m_materialBrowserInteractions.reset(aznew MaterialBrowserInteractions);
}
void EditorMaterialSystemComponent::Deactivate()
@@ -111,6 +112,7 @@ namespace AZ
AzToolsFramework::EditorMenuNotificationBus::Handler::BusDisconnect();
TeardownThumbnails();
m_materialBrowserInteractions.reset();
if (m_openMaterialEditorAction)
{