mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Fixed build when ENABLE_GIZMO_TOOLBAR_DRAGGING_FIX is disabled
This commit is contained in:
@@ -531,7 +531,7 @@ bool GLGizmosManager::on_mouse(wxMouseEvent& evt)
|
|||||||
#if ENABLE_GIZMO_TOOLBAR_DRAGGING_FIX
|
#if ENABLE_GIZMO_TOOLBAR_DRAGGING_FIX
|
||||||
else if (evt.Dragging() && !is_dragging())
|
else if (evt.Dragging() && !is_dragging())
|
||||||
#else
|
#else
|
||||||
else if (evt.Dragging()))
|
else if (evt.Dragging())
|
||||||
#endif // ENABLE_GIZMO_TOOLBAR_DRAGGING_FIX
|
#endif // ENABLE_GIZMO_TOOLBAR_DRAGGING_FIX
|
||||||
{
|
{
|
||||||
if (m_mouse_capture.any())
|
if (m_mouse_capture.any())
|
||||||
|
|||||||
Reference in New Issue
Block a user