Smart instrument: fixed a bug when shutting down engine with door opened

This commit is contained in:
Sidi Liang 2022-08-24 10:40:52 +08:00
parent e337a7abcb
commit 78a603c3ab
No known key found for this signature in database
GPG Key ID: 9785F5EECFFA5311
1 changed files with 2 additions and 0 deletions

View File

@ -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();