fix:updateStatusBar
This commit is contained in:
parent
8e4ba5490f
commit
e8a0e57333
@ -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 () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user