A32X: Fix PFD issue
This commit is contained in:
parent
d8275e3c6b
commit
2dd2d43b80
2 changed files with 12 additions and 4 deletions
|
@ -147,9 +147,13 @@
|
|||
<value>2</value>
|
||||
</not-equals>
|
||||
<equals>
|
||||
<property>/systems/acconfig/mismatch-code</property>
|
||||
<property>systems/acconfig/mismatch-code</property>
|
||||
<value>0x000</value>
|
||||
</equals>
|
||||
<not-equals>
|
||||
<property>options/test-canvas</property>
|
||||
<value>1</value>
|
||||
</not-equals>
|
||||
</and>
|
||||
</condition>
|
||||
</model>
|
||||
|
@ -165,7 +169,7 @@
|
|||
</offsets>
|
||||
<condition>
|
||||
<not-equals>
|
||||
<property>/systems/acconfig/mismatch-code</property>
|
||||
<property>systems/acconfig/mismatch-code</property>
|
||||
<value>0x000</value>
|
||||
</not-equals>
|
||||
</condition>
|
||||
|
@ -211,6 +215,10 @@
|
|||
<property>controls/electrical/switches/emer-gen</property>
|
||||
<value>1</value>
|
||||
</not-equals>
|
||||
<equals>
|
||||
<property>systems/acconfig/mismatch-code</property>
|
||||
<value>0x000</value>
|
||||
</equals>
|
||||
</and>
|
||||
</condition>
|
||||
</model>
|
||||
|
@ -226,7 +234,7 @@
|
|||
</offsets>
|
||||
<condition>
|
||||
<not-equals>
|
||||
<property>/systems/acconfig/mismatch-code</property>
|
||||
<property>systems/acconfig/mismatch-code</property>
|
||||
<value>0x000</value>
|
||||
</not-equals>
|
||||
</condition>
|
||||
|
|
|
@ -1 +1 @@
|
|||
2136
|
||||
2137
|
Reference in a new issue