Bug fix for material editor not taking focus when opening a new document from the main editor or outside of the material editor

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
Guthrie Adams
2021-11-15 10:54:34 -06:00
parent f2068397fa
commit d9746647e1
@@ -50,8 +50,9 @@ namespace AtomToolsFramework
void AtomToolsMainWindow::ActivateWindow()
{
activateWindow();
show();
raise();
activateWindow();
}
bool AtomToolsMainWindow::AddDockWidget(const AZStd::string& name, QWidget* widget, uint32_t area, uint32_t orientation)