<format>s are only applied again on updated values if they are <live>
(does that make sense?)
This commit is contained in:
parent
49ebb5b7a7
commit
83356869b2
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue