forked from eclipse-platform/eclipse.platform.ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove animations from the process widget in the status bar
During startup StandardTrim creates an instance of TaskBarProgressManager in line 52. Before this change TaskBarProgressManager supports animation, which seems useless / overkill for progress reporting. This animation code also causes exception if you execute unit tests, as I discovered during a test run of the resource test suite. This commit removes the animation logic but keeps the update logic of updating the progress state of the item. I personal cannot note any difference in the resulting runtime Eclipse.
- Loading branch information
Showing
3 changed files
with
9 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters