1
0
Fork 0

route manager: cruise speed/altitude inputs not working

Missing "dialog-apply" => properties not updated
This commit is contained in:
ThorstenB 2011-08-13 22:53:24 +02:00
parent 5e09b47f06
commit c4626512a8

View file

@ -417,6 +417,10 @@ command interface /autopilot/route-manager/input:
<stretch>true</stretch>
<pref-width>100</pref-width>
<property>/autopilot/route-manager/cruise/speed-kts</property>
<binding>
<command>dialog-apply</command>
<object-name>cruise-speed</object-name>
</binding>
</input>
<text>
@ -430,6 +434,10 @@ command interface /autopilot/route-manager/input:
<stretch>true</stretch>
<pref-width>100</pref-width>
<property>/autopilot/route-manager/cruise/altitude-ft</property>
<binding>
<command>dialog-apply</command>
<object-name>cruise-alt</object-name>
</binding>
</input>
</group>