From 071888c28415c3843375135f9f59ba10046ff732 Mon Sep 17 00:00:00 2001 From: enricoturri1966 Date: Thu, 24 Feb 2022 14:56:24 +0100 Subject: [PATCH] Port of 5b5fdfba012aecb79429638d0ea514b060dea6a9 into tech ENABLE_WORLD_COORDINATE_SCALE_REVISITED --- src/slic3r/GUI/Gizmos/GLGizmoBase.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/slic3r/GUI/Gizmos/GLGizmoBase.cpp b/src/slic3r/GUI/Gizmos/GLGizmoBase.cpp index ead198e7a1..d88b90feba 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoBase.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoBase.cpp @@ -241,6 +241,8 @@ void GLGizmoBase::do_stop_dragging(bool perform_mouse_cleanup) on_stop_dragging(); + m_parent.get_selection().stop_dragging(); + // There is prediction that after draggign, data are changed // Data are updated twice also by canvas3D::reload_scene. // Should be fixed.