Hmm, that's not what I see. I don't normally use tweak mode, but here's what I'm seeing:
[attachment=533]
I'm not at all fluent in erlang, but I think the following will fix things:
[attachment=533]
I'm not at all fluent in erlang, but I think the following will fix things:
Code:
*** wings_info.erl.orig Mon Sep 3 21:43:08 2018
--- wings_info.erl Mon Sep 3 21:43:55 2018
***************
*** 173,179 ****
Mid1 = e3d_vec:average(Pos1A, Pos1B),
MidDiff = e3d_vec:sub(Mid1, Mid0),
Dist = e3d_vec:len(MidDiff),
! Diff = abs(Length0 - Length0),
io_lib:format(?__(42,"\nDistance ~s")++" ~s\n"++
?__(43,"Object~s")++" "++?__(41,"Edge~s ~s")++" "++
?__(43,"Object~s")++" "++?__(41,"Edge~s ~s")++" "++
--- 173,179 ----
Mid1 = e3d_vec:average(Pos1A, Pos1B),
MidDiff = e3d_vec:sub(Mid1, Mid0),
Dist = e3d_vec:len(MidDiff),
! Diff = abs(Length0 - Length1),
io_lib:format(?__(42,"\nDistance ~s")++" ~s\n"++
?__(43,"Object~s")++" "++?__(41,"Edge~s ~s")++" "++
?__(43,"Object~s")++" "++?__(41,"Edge~s ~s")++" "++
***************
*** 182,188 ****
wings_util:nice_abs_vector(MidDiff),
wings_util:stringify(Id0),
wings_util:stringify(E0),
! wings_util:nice_float(Length1),
wings_util:stringify(Id1),
wings_util:stringify(E1),
wings_util:nice_float(Length1),
--- 182,188 ----
wings_util:nice_abs_vector(MidDiff),
wings_util:stringify(Id0),
wings_util:stringify(E0),
! wings_util:nice_float(Length0),
wings_util:stringify(Id1),
wings_util:stringify(E1),
wings_util:nice_float(Length1),