route manager: cruise speed/altitude inputs not working
Missing "dialog-apply" => properties not updated
This commit is contained in:
parent
5e09b47f06
commit
c4626512a8
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue