Added updating for the Z_rotation after object selection changing

This commit is contained in:
YuSanka 2018-07-30 10:48:40 +02:00
parent c2993de6e0
commit b6d1d10502
2 changed files with 16 additions and 4 deletions

View file

@ -103,7 +103,9 @@ void update_extruder_in_config(const wxString& selection);
// update scale values after scale unit changing or "gizmos"
void update_scale_values();
void update_scale_values(const Pointf3& size, float scale);
// update rotation values after "gizmos"
// update rotation values object selection changing
void update_rotation_values();
// update rotation value after "gizmos"
void update_rotation_value(const double angle, const std::string& axis);
} //namespace GUI
} //namespace Slic3r