fix:updateStatusBar

This commit is contained in:
unamed 2022-02-07 06:34:53 +08:00
parent 8e4ba5490f
commit e8a0e57333

View File

@ -3048,6 +3048,7 @@ control.prototype.clearStatusBar = function () {
control.prototype.updateStatusBar = function (doNotCheckAutoEvents) {
this.needUpdate = true;
if (!doNotCheckAutoEvents) this.noAutoEvents = false;
if (core.isReplaying()) return this.updateStatusBar_update();
}
control.prototype.updateStatusBar_update = function () {