1
0
Fork 0

Added a Flightdirector Mode checkbox to the Autopilot dialog (Autopilot on / off) for the Primus 1000 system....

This commit is contained in:
sydadams 2007-03-18 04:18:20 +00:00
parent d1c4bcea85
commit 2cdd9418d4

View file

@ -7,6 +7,7 @@
/autopilot/locks/altitude
/autopilot/locks/heading
/autopilot/locks/speed
/autopilot/locks/passive-mode
/autopilot/settings/heading-bug-deg
/autopilot/settings/target-agl-ft
/autopilot/settings/target-altitude-ft
@ -449,6 +450,26 @@
</group> <!-- End of Pitch/Altitude VBox -->
</group>
<hrule><dummy/></hrule>
<group> <!-- Passive Mode Toggle -->
<layout>hbox</layout>
<checkbox>
<label>FlightDirector Mode</label>
<halign>center</halign>
<property>/autopilot/locks/passive-mode</property>
<live>true</live>
<binding>
<command>dialog-apply</command>
</binding>
<binding>
<command>property-toggle</command>
</binding>
</checkbox>
</group>
<hrule><dummy/></hrule>
<button>
<legend>Close</legend>