1
0
Fork 0

Reload scenery on exit from Rendering dialog.

Various updates to the Rendering Dialog
- Remove experimental reduced LoD options
- Remove Reload Scenery
- Automatically Reload Scenery on OK.
This commit is contained in:
Stuart Buchanan 2014-07-31 21:34:48 +01:00
parent 7bbec38b0a
commit bbb501e36a

View file

@ -363,47 +363,8 @@
</enable>
</text>
<checkbox>
<row>5</row>
<col>0</col>
<colspan>3</colspan>
<halign>left</halign>
<label>Simplify far terrain (increases scenery load times)</label>
<name>simplify-far</name>
<property>/sim/rendering/terrain/simplifier/enabled-far</property>
<binding>
<command>dialog-apply</command>
<object-name>simplify-far</object-name>
</binding>
</checkbox>
<checkbox>
<row>6</row>
<col>0</col>
<colspan>3</colspan>
<halign>left</halign>
<label>Simplify all terrain (increases scenery load times)</label>
<name>simplify-near</name>
<property>/sim/rendering/terrain/simplifier/enabled-near</property>
<enable>
<property>/sim/rendering/terrain/simplifier/enabled-far</property>
</enable>
<binding>
<command>dialog-apply</command>
<object-name>simplify-near</object-name>
</binding>
</checkbox>
</group>
<button>
<legend>Reload Scenery</legend>
<binding>
<command>reinit</command>
<subsystem>tile-manager</subsystem>
</binding>
</button>
<group>
<layout>vbox</layout>
<stretch>1</stretch>
@ -781,9 +742,12 @@
<hrule/>
<button>
<legend>Close</legend>
<default>true</default>
<key>Esc</key>
<legend>OK</legend>
<default>true</default>
<binding>
<command>reinit</command>
<subsystem>tile-manager</subsystem>
</binding>
<binding>
<command>dialog-close</command>
</binding>