Injecting --activateWindow every time new process sends command line

Updated comments
This commit is contained in:
guthadam
2021-05-04 10:30:27 -05:00
parent 80f692118b
commit 6b1f0c53a5
2 changed files with 6 additions and 7 deletions
@@ -128,9 +128,6 @@ namespace AZ
QStringList arguments;
arguments.append(sourcePath.c_str());
// Bring the material editor to the foreground if running
arguments.append("--activatewindow");
// Use the same RHI as the main editor
AZ::Name apiName = AZ::RHI::Factory::Get().GetName();
if (!apiName.IsEmpty())