2
0
Эх сурвалжийг харах

Fix cancel button not showing while building

Signed-off-by: AMZN-Phil <[email protected]>
AMZN-Phil 3 жил өмнө
parent
commit
c631f73854

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

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