System: Fix another dialog bug
This commit is contained in:
parent
0373bc0418
commit
432d5b9f25
2 changed files with 12 additions and 1 deletions
|
@ -25,6 +25,17 @@
|
|||
<pref-height>20</pref-height>
|
||||
<legend>X</legend>
|
||||
<key>Esc</key>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
acconfig.writeSettings();
|
||||
canvas_pfd.rateApply();
|
||||
canvas_nd.rateApply();
|
||||
canvas_ecam.u_rateApply();
|
||||
canvas_ecam.l_rateApply();
|
||||
canvas_iesi.rateApply();
|
||||
</script>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
|
|
|
@ -1 +1 @@
|
|||
4402
|
||||
4403
|
Reference in a new issue