A3XX: Update AP Dialog to new FCU stuff

This commit is contained in:
Joshua Davidson 2017-06-28 15:25:11 -04:00
parent 1f21665a3c
commit b3fca962b4

View file

@ -516,9 +516,8 @@
<legend>Push</legend> <legend>Push</legend>
<pref-width>75</pref-width> <pref-width>75</pref-width>
<binding> <binding>
<command>property-assign</command> <command>nasal</command>
<property>/it-autoflight/input/lat</property> <script>libraries.mcpHDGKnbPush();</script>
<value>1</value>
</binding> </binding>
</button> </button>
@ -526,9 +525,8 @@
<legend>Pull</legend> <legend>Pull</legend>
<pref-width>75</pref-width> <pref-width>75</pref-width>
<binding> <binding>
<command>property-assign</command> <command>nasal</command>
<property>/it-autoflight/input/lat</property> <script>libraries.mcpHDGKnbPull();</script>
<value>3</value>
</binding> </binding>
</button> </button>