Fix #567: disable local weather global weather scenario changes
This commit is contained in:
parent
36efe1c8ec
commit
8da025920b
1 changed files with 6 additions and 0 deletions
|
@ -1755,6 +1755,12 @@
|
|||
<command>dialog-update</command>
|
||||
<object-name>metar</object-name>
|
||||
</binding>
|
||||
<!-- Hack: disable local-weather when the users selects a predefined scenario
|
||||
Fix for #567 -->
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>local_weather.clear_all()</script>
|
||||
</binding>
|
||||
</combo>
|
||||
|
||||
<checkbox>
|
||||
|
|
Loading…
Add table
Reference in a new issue