ENH: save uniform scale to an app_config item

Change-Id: Ib4a42597308382ea195d73776790e9cd4a122b76
This commit is contained in:
Stone Li 2022-09-26 15:54:26 +08:00 committed by Lane.Wei
parent c6d6784070
commit 2996affc55
3 changed files with 11 additions and 0 deletions

View file

@ -81,6 +81,7 @@ public:
Vec3d m_buffered_size;
bool m_new_enabled {true};
bool m_uniform_scale {true};
bool m_uniform_config {false};
// Does the object manipulation panel work in World or Local coordinates?
bool m_world_coordinates = true;