Repository: flex-utilities
Updated Branches:
  refs/heads/develop 658a49f93 -> cac0e739e


FLEX-35295 - Progress bar to 100% in case of totalBytes 0 which is returned for 
PowerShell download


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/cac0e739
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/cac0e739
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/cac0e739

Branch: refs/heads/develop
Commit: cac0e739e1c2d6735946c15eca7dd0ba2cfb7f01
Parents: 658a49f
Author: Piotr Zarzycki <[email protected]>
Authored: Sun Nov 12 20:54:13 2017 +0100
Committer: Piotr Zarzycki <[email protected]>
Committed: Sun Nov 12 20:54:13 2017 +0100

----------------------------------------------------------------------
 flex-installer/installer/src/InstallApacheFlex.mxml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/cac0e739/flex-installer/installer/src/InstallApacheFlex.mxml
----------------------------------------------------------------------
diff --git a/flex-installer/installer/src/InstallApacheFlex.mxml 
b/flex-installer/installer/src/InstallApacheFlex.mxml
index 4f35047..e353f86 100644
--- a/flex-installer/installer/src/InstallApacheFlex.mxml
+++ b/flex-installer/installer/src/InstallApacheFlex.mxml
@@ -3256,6 +3256,10 @@ variables are not required because the locations of 
these pieces are known.
 
                 progressBar.percent = percentLoaded;
             }
+            else
+            {
+                progressBar.percent = 100;
+            }
         }
 
         private function handleDownloadComplete(event:Event):void

Reply via email to