1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fixed build when ENABLE_GIZMO_TOOLBAR_DRAGGING_FIX is disabled

This commit is contained in:
enricoturri1966
2020-03-25 09:33:59 +01:00
parent df8def7545
commit 3990598f01
+1 -1
View File
@@ -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())