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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user