Another bugfix: There is code to smooth-out the reported time values,

however nothing was reset between different phases reporting their
own independent time-remaining values.
This commit is contained in:
Ray Greenwell
2012-03-08 19:04:52 +00:00
parent 4c94356981
commit c8e3318705
@@ -123,9 +123,11 @@ public class StatusPanel extends JComponent
} }
needsRepaint = true; needsRepaint = true;
} else { } else if (_rlabel != null || _newrlab != null) {
needsRepaint = needsRepaint || (_rlabel != null); _rthrottle.reinit(1, 1000);
_ridx = 0;
_newrlab = _rlabel = null; _newrlab = _rlabel = null;
needsRepaint = true;
} }
if (needsRepaint) { if (needsRepaint) {