Fix for - Inches units and scaling not working.

It changes values if clicked into boxes multiple times!
This commit is contained in:
YuSanka 2022-06-30 15:35:59 +02:00
parent f9e46ea871
commit 9839f75b3a
2 changed files with 27 additions and 8 deletions

View file

@ -85,6 +85,7 @@ private:
Vec3d scale;
Vec3d scale_rounded;
Vec3d size;
Vec3d size_inches;
Vec3d size_rounded;
wxString move_label_string;