mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 07:11:59 +08:00
Fix for render rotation gizmo
This commit is contained in:
parent
4bfcbdb019
commit
483aec494d
@ -383,7 +383,7 @@ void GLGizmoSVG::on_render() {
|
|||||||
get_model_volume(m_volume_id, selection.get_model()->objects) == nullptr)
|
get_model_volume(m_volume_id, selection.get_model()->objects) == nullptr)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!selection.volumes_count() != 1)
|
if (selection.volumes_count() != 1)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
bool is_surface_dragging = m_surface_drag.has_value();
|
bool is_surface_dragging = m_surface_drag.has_value();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user