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>
|
<type>select</type>
|
||||||
<object-name>lat.fmgc</object-name>
|
<object-name>lat.fmgc</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
|
<or>
|
||||||
<equals>
|
<equals>
|
||||||
<property>it-autoflight/output/lat</property>
|
<property>it-autoflight/output/lat</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
|
<equals>
|
||||||
|
<property>it-autoflight/input/lat-arm</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</or>
|
||||||
</condition>
|
</condition>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
|
Reference in a new issue