A3XX: Update AP Dialog to new FCU stuff
This commit is contained in:
parent
1f21665a3c
commit
b3fca962b4
1 changed files with 4 additions and 6 deletions
|
@ -516,9 +516,8 @@
|
|||
<legend>Push</legend>
|
||||
<pref-width>75</pref-width>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/it-autoflight/input/lat</property>
|
||||
<value>1</value>
|
||||
<command>nasal</command>
|
||||
<script>libraries.mcpHDGKnbPush();</script>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
|
@ -526,9 +525,8 @@
|
|||
<legend>Pull</legend>
|
||||
<pref-width>75</pref-width>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/it-autoflight/input/lat</property>
|
||||
<value>3</value>
|
||||
<command>nasal</command>
|
||||
<script>libraries.mcpHDGKnbPull();</script>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
|
|
Reference in a new issue