We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226ac9b commit 76adef5Copy full SHA for 76adef5
1 file changed
FlashpointSecurePlayer/ProgressManager.cs
@@ -560,7 +560,8 @@ private static int ProgressFormValue {
560
} else {
561
// if we haven't completed, ignore the value in the marquee style
562
// (note: we don't check indeterminate state here, in case we are trying to leave that state)
563
- if (ProgressManager.style == ProgressBarStyle.Marquee) {
+ if (ProgressManager.style == ProgressBarStyle.Marquee
564
+ && ProgressManager.state == PBST_NORMAL) {
565
// it's really important that there's no race condition here, so
566
// we set ProgressFormStyle to Marquee specifically, not the style field
567
ProgressFormStyle = ProgressBarStyle.Marquee;
0 commit comments