... | ... |
@@ -157,7 +157,7 @@ var APClass = { |
157 | 157 |
L: [ |
158 | 158 |
func { me.sendModeChange('AP'); }, |
159 | 159 |
func { me.sendModeChange('FD'); }, |
160 |
- func { me.sendModeChange('NAV'); if (data.fpSize > 0) setprop('/autopilot/settings/nav-mode-source', cdi.getValue('source')); }, |
|
160 |
+ func { setprop('/autopilot/settings/nav-mode-source', cdi.getValue('source')); me.sendModeChange('NAV'); }, |
|
161 | 161 |
func { me.sendModeChange('ALT'); }, |
162 | 162 |
func { me.sendModeChange('VS'); }, |
163 | 163 |
func { me.sendModeChange('FLC'); }, |