1
0
Fork 0

<format>s are only applied again on updated values if they are <live>

(does that make sense?)
This commit is contained in:
mfranz 2005-07-05 09:12:23 +00:00
parent 49ebb5b7a7
commit 83356869b2

View file

@ -23,6 +23,7 @@
<text>
<label>-100.00</label>
<format>%-0.2f m</format>
<live>true</live>
<property>/sim/current-view/x-offset-m</property>
</text>
</group>
@ -43,6 +44,7 @@
<text>
<label>-100.00</label>
<format>%-0.2f m</format>
<live>true</live>
<property>/sim/current-view/y-offset-m</property>
</text>
</group>
@ -63,6 +65,7 @@
<text>
<label>-100.00</label>
<format>%-0.2f m</format>
<live>true</live>
<property>/sim/current-view/z-offset-m</property>
</text>
</group>