Sidebar matrix field behavior for single full instance selection

This commit is contained in:
Enrico Turri 2018-12-18 11:11:06 +01:00
parent a394e55e07
commit d453b6fb3f
3 changed files with 35 additions and 25 deletions

View file

@ -20,6 +20,8 @@ class ObjectManipulation : public OG_Settings
Vec3d cache_size { 0., 0., 0. };
wxStaticText* m_move_Label = nullptr;
wxStaticText* m_scale_Label = nullptr;
wxStaticText* m_rotate_Label = nullptr;
public:
ObjectManipulation(wxWindow* parent);