improve timer handling

This commit is contained in:
Matthias Wirth
2021-05-03 08:20:37 +02:00
parent 59e42095f3
commit eebf8a083f
3 changed files with 151 additions and 90 deletions

View File

@@ -2358,18 +2358,6 @@ PlaneObject.prototype.cross180 = function(on_ground, is_leg) {
PlaneObject.prototype.dataChanged = function() {
this.refreshTR = true;
if (tabHidden)
return;
if (this.selected) {
this.checkVisible();
refreshSelected();
}
if (this == HighlightedPlane) {
this.checkVisible();
refreshHighlighted();
}
}
PlaneObject.prototype.isNonIcao = function() {