Fixes after merge with master

This commit is contained in:
YuSanka 2022-02-28 16:56:10 +01:00
parent ba7b0839f2
commit 5d83781780
5 changed files with 51 additions and 79 deletions

View file

@ -679,7 +679,7 @@ GLGizmoRotate3D::GLGizmoRotate3D(GLCanvas3D& parent, const std::string& icon_fil
bool GLGizmoRotate3D::on_mouse(const wxMouseEvent &mouse_event)
{
if (mouse_event.Dragging() && m_dragging) {
if (mouse_event.Dragging() && m_dragging && !m_use_only_grabbers) {
// Apply new temporary rotations
TransformationType transformation_type(
TransformationType::World_Relative_Joint);