Fix for #8439 - Inches units and scaling not working.
It changes values if clicked into boxes multiple times!
This commit is contained in:
parent
f9e46ea871
commit
9839f75b3a
2 changed files with 27 additions and 8 deletions
src/slic3r/GUI
|
@ -85,6 +85,7 @@ private:
|
|||
Vec3d scale;
|
||||
Vec3d scale_rounded;
|
||||
Vec3d size;
|
||||
Vec3d size_inches;
|
||||
Vec3d size_rounded;
|
||||
|
||||
wxString move_label_string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue