A3XX: Fix missing LAT Dot when NAV armed
This commit is contained in:
parent
36f45d7dcc
commit
0b4cbd310e
1 changed files with 10 additions and 4 deletions
|
@ -507,10 +507,16 @@
|
|||
<type>select</type>
|
||||
<object-name>lat.fmgc</object-name>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>it-autoflight/output/lat</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<or>
|
||||
<equals>
|
||||
<property>it-autoflight/output/lat</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<property>it-autoflight/input/lat-arm</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</or>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
|
|
Reference in a new issue