Fixed hide-mouse-cursor display options.
- hide-cursor prop must be bool (not string) - make hide-cursor and timeout persistent. - make 2D panel option persistent
This commit is contained in:
parent
ac11b6fc36
commit
d3353c58b2
1 changed files with 3 additions and 3 deletions
|
@ -246,7 +246,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
</current-view>
|
||||
<panel>
|
||||
<path>Aircraft/Generic/Panels/generic-vfr-panel.xml</path>
|
||||
<visibility type="bool">false</visibility>
|
||||
<visibility type="bool" userarchive="y">false</visibility>
|
||||
<jitter type="bool">false</jitter>
|
||||
</panel>
|
||||
<panel_2>
|
||||
|
@ -574,8 +574,8 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
</gui>
|
||||
|
||||
<mouse>
|
||||
<hide-cursor>true</hide-cursor>
|
||||
<cursor-timeout-sec>10.0</cursor-timeout-sec>
|
||||
<hide-cursor type="bool" userarchive="y">true</hide-cursor>
|
||||
<cursor-timeout-sec type="int" userarchive="y">10.0</cursor-timeout-sec>
|
||||
</mouse>
|
||||
|
||||
<replay>
|
||||
|
|
Loading…
Reference in a new issue