1
0
Fork 0

Revert "Dme bug Fix"

This wasn't a bug... it is correct that indicator's shows information according to FMGC RADNAV page instead of FG default radio panel

This reverts commit 5df743d19918d51cbe4ed72a56e86349705ce8c7.
This commit is contained in:
vezza 2020-03-31 09:28:37 +02:00 committed by Jonathan Redpath
parent 8f78d6c1f7
commit 98898842f3

View file

@ -7079,8 +7079,8 @@
<object-name>dme</object-name>
<condition>
<and>
<property>instrumentation/dme[0]/operable</property>
<property>instrumentation/dme[0]/in-range</property>
<property>instrumentation/dme[2]/operable</property>
<property>instrumentation/dme[2]/in-range</property>
</and>
</condition>
</animation>
@ -7098,7 +7098,7 @@
<axis-alignment>xy-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%4.1f</format>
<property>instrumentation/dme[0]/indicated-distance-nm</property>
<property>instrumentation/dme[2]/indicated-distance-nm</property>
<truncate>false</truncate>
<layout>left-to-right</layout>
<draw-text type="bool">true</draw-text> <!-- draw the text itself -->
@ -7121,8 +7121,8 @@
<object-name>dme1</object-name>
<condition>
<and>
<property>instrumentation/dme[1]/operable</property>
<property>instrumentation/dme[1]/in-range</property>
<property>instrumentation/dme[3]/operable</property>
<property>instrumentation/dme[3]/in-range</property>
</and>
</condition>
</animation>
@ -7140,7 +7140,7 @@
<axis-alignment>xy-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%4.1f</format>
<property>instrumentation/dme[1]/indicated-distance-nm</property>
<property>instrumentation/dme[3]/indicated-distance-nm</property>
<truncate>false</truncate>
<layout>left-to-right</layout>
<draw-text type="bool">true</draw-text> <!-- draw the text itself -->