Browse Source

Fix cancel button not showing while building

Signed-off-by: AMZN-Phil <[email protected]>
AMZN-Phil 3 năm trước cách đây
mục cha
commit
c631f73854
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);