Whoops, Throttle's reinit() is for changing the throttle parameters,
not clearing the history of operations.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user