restore "rebuild-layers"
This commit is contained in:
parent
9686924665
commit
a83b25e05e
1 changed files with 31 additions and 0 deletions
|
@ -11,6 +11,16 @@
|
||||||
<hrule/>
|
<hrule/>
|
||||||
|
|
||||||
|
|
||||||
|
<nasal>
|
||||||
|
<open>
|
||||||
|
var rebuild = func {
|
||||||
|
var p = "/environment/rebuild-layers";
|
||||||
|
setprop(p, getprop(p) + 1);
|
||||||
|
}
|
||||||
|
</open>
|
||||||
|
</nasal>
|
||||||
|
|
||||||
|
|
||||||
<!-- Header Row -->
|
<!-- Header Row -->
|
||||||
|
|
||||||
<group>
|
<group>
|
||||||
|
@ -76,6 +86,10 @@
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<command>nasal</command>
|
||||||
|
<script>rebuild()</script>
|
||||||
|
</binding>
|
||||||
</combo>
|
</combo>
|
||||||
|
|
||||||
<input>
|
<input>
|
||||||
|
@ -122,6 +136,10 @@
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<command>nasal</command>
|
||||||
|
<script>rebuild()</script>
|
||||||
|
</binding>
|
||||||
</combo>
|
</combo>
|
||||||
|
|
||||||
<input>
|
<input>
|
||||||
|
@ -168,6 +186,10 @@
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<command>nasal</command>
|
||||||
|
<script>rebuild()</script>
|
||||||
|
</binding>
|
||||||
</combo>
|
</combo>
|
||||||
|
|
||||||
<input>
|
<input>
|
||||||
|
@ -214,6 +236,10 @@
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<command>nasal</command>
|
||||||
|
<script>rebuild()</script>
|
||||||
|
</binding>
|
||||||
</combo>
|
</combo>
|
||||||
|
|
||||||
<input>
|
<input>
|
||||||
|
@ -250,6 +276,7 @@
|
||||||
<col>2</col>
|
<col>2</col>
|
||||||
<pref-width>100</pref-width>
|
<pref-width>100</pref-width>
|
||||||
<live>true</live>
|
<live>true</live>
|
||||||
|
<editable>false</editable>
|
||||||
<property>/environment/clouds/layer[0]/coverage</property>
|
<property>/environment/clouds/layer[0]/coverage</property>
|
||||||
<value>clear</value>
|
<value>clear</value>
|
||||||
<value>few</value>
|
<value>few</value>
|
||||||
|
@ -260,6 +287,10 @@
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<command>nasal</command>
|
||||||
|
<script>rebuild()</script>
|
||||||
|
</binding>
|
||||||
</combo>
|
</combo>
|
||||||
|
|
||||||
<input>
|
<input>
|
||||||
|
|
Loading…
Add table
Reference in a new issue