Disable stereoscopic options in Rembrandt
This commit is contained in:
parent
4235f2baef
commit
be6c2e3fc6
2 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,7 @@ _setlistener("/sim/signals/nasal-dir-initialized", func {
|
|||
menuEnable("joystick-info", size(props.globals.getNode("/input/joysticks").getChildren("js")));
|
||||
menuEnable("rendering-buffers", getprop("/sim/rendering/rembrandt/enabled"));
|
||||
menuEnable("rembrandt-buffers-choice", getprop("/sim/rendering/rembrandt/enabled"));
|
||||
menuEnable("stereoscopic-options", !getprop("/sim/rendering/rembrandt/enabled"));
|
||||
|
||||
# frame-per-second display
|
||||
var fps = props.globals.getNode("/sim/rendering/fps-display", 1);
|
||||
|
|
|
@ -165,6 +165,7 @@
|
|||
<command>dialog-show</command>
|
||||
<dialog-name>stereoscopic-view-options</dialog-name>
|
||||
</binding>
|
||||
<enabled>false</enabled>
|
||||
</item>
|
||||
</menu>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue