Smart instrument: fixed a bug when shutting down engine with door opened
This commit is contained in:
parent
e337a7abcb
commit
78a603c3ab
|
@ -297,6 +297,8 @@ var SmartInstruments = {
|
|||
if(me.updateTimer != nil) me.updateTimer.stop();
|
||||
me.group.hide();
|
||||
me.welcomeGroup.hide();
|
||||
me.iconGroup.hide();
|
||||
me.signGroup.hide();
|
||||
},
|
||||
showWarningMessage:func(msg){
|
||||
me.warningText.enableUpdate();
|
||||
|
|
Loading…
Reference in New Issue