From 3990598f012d4fb888013643e7054f1c48eae34a Mon Sep 17 00:00:00 2001 From: enricoturri1966 Date: Wed, 25 Mar 2020 09:33:59 +0100 Subject: [PATCH] Fixed build when ENABLE_GIZMO_TOOLBAR_DRAGGING_FIX is disabled --- src/slic3r/GUI/Gizmos/GLGizmosManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/Gizmos/GLGizmosManager.cpp b/src/slic3r/GUI/Gizmos/GLGizmosManager.cpp index 200ac0f81..bb125f1c9 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmosManager.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmosManager.cpp @@ -531,7 +531,7 @@ bool GLGizmosManager::on_mouse(wxMouseEvent& evt) #if ENABLE_GIZMO_TOOLBAR_DRAGGING_FIX else if (evt.Dragging() && !is_dragging()) #else - else if (evt.Dragging())) + else if (evt.Dragging()) #endif // ENABLE_GIZMO_TOOLBAR_DRAGGING_FIX { if (m_mouse_capture.any())