From 78a603c3ab7a900ae769953b7d4285878547e752 Mon Sep 17 00:00:00 2001 From: Sidi Liang <1467329765@qq.com> Date: Wed, 24 Aug 2022 10:40:52 +0800 Subject: [PATCH] Smart instrument: fixed a bug when shutting down engine with door opened --- Nasal/SmartInstruments.nas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Nasal/SmartInstruments.nas b/Nasal/SmartInstruments.nas index cf43cbf..c3e3fe2 100644 --- a/Nasal/SmartInstruments.nas +++ b/Nasal/SmartInstruments.nas @@ -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();