Browse Source

Fix cancel button not showing while building

Signed-off-by: AMZN-Phil <[email protected]>
AMZN-Phil 2 years ago
parent
commit
c631f73854
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Code/Tools/ProjectManager/Source/ProjectButtonWidget.cpp

+ 1 - 0
Code/Tools/ProjectManager/Source/ProjectButtonWidget.cpp

@@ -680,6 +680,7 @@ namespace O3DE::ProjectManager
         if (isBuilding)
         {
             SetLaunchingEnabled(false);
+            m_projectImageLabel->GetActionCancelButton()->show();
         }
 
         buildingAnimation->movie()->setPaused(!isBuilding);