The adjusting knob has slow (left mouse button) and fast (right mouse
button) modes. Due to a typo in altimeter.xml, one direction of adjustment with the left mouse button was giving fast changes. Simple patch attached. - Julian
This commit is contained in:
parent
62ed113f21
commit
4da258be05
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ properties' values.
|
|||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/instrumentation/altimeter/setting-inhg</property>
|
||||
<step>0.1</step>
|
||||
<step>0.01</step>
|
||||
<min>26.0</min>
|
||||
<max>33.0</max>
|
||||
<wrap>false</wrap>
|
||||
|
|
Loading…
Reference in a new issue