Whoops, Throttle's reinit() is for changing the throttle parameters,

not clearing the history of operations.
This commit is contained in:
Ray Greenwell
2012-03-21 21:48:40 +00:00
parent 5a355460db
commit 6727e01625
@@ -132,7 +132,7 @@ public class StatusPanel extends JComponent
needsRepaint = true; needsRepaint = true;
} else if (_rlabel != null || _newrlab != null) { } else if (_rlabel != null || _newrlab != null) {
_rthrottle.reinit(1, 1000); _rthrottle = new Throttle(1, 1000);
_ridx = 0; _ridx = 0;
_newrlab = _rlabel = null; _newrlab = _rlabel = null;
needsRepaint = true; needsRepaint = true;