1
0
Fork 0

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:
j4strngs 2002-11-05 00:24:01 +00:00
parent 62ed113f21
commit 4da258be05

View file

@ -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>