1
0
Fork 0

Fix a small bug in the marker-adjust.xml: The aft/fore-slider moved the marker in the wrong x-direction.

This commit is contained in:
Jonathan Schellhase 2016-04-07 14:07:43 +02:00
parent e98b4ef46f
commit 84aeb71e0f
2 changed files with 5 additions and 5 deletions

View file

@ -68,7 +68,7 @@
<object-name>marker</object-name>
<property>sim/model/marker/x/value</property>
<axis>
<x>1</x>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>

View file

@ -155,7 +155,7 @@
<binding>
<command>property-adjust</command>
<property>/sim/model/marker/x/offset</property>
<step>10</step>
<step>-10</step>
</binding>
<binding>
<command>nasal</command>
@ -171,7 +171,7 @@
<binding>
<command>property-adjust</command>
<property>/sim/model/marker/x/offset</property>
<step>1</step>
<step>-1</step>
</binding>
<binding>
<command>nasal</command>
@ -209,7 +209,7 @@
<binding>
<command>property-adjust</command>
<property>/sim/model/marker/x/offset</property>
<step>-1</step>
<step>1</step>
</binding>
<binding>
<command>nasal</command>
@ -225,7 +225,7 @@
<binding>
<command>property-adjust</command>
<property>/sim/model/marker/x/offset</property>
<step>-10</step>
<step>10</step>
</binding>
<binding>
<command>nasal</command>