mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixed debug technology ENABLE_RENDER_SELECTION_CENTER
This commit is contained in:
parent
8f72a0cad8
commit
b0200c04ae
3 changed files with 10 additions and 6 deletions
|
@ -4025,8 +4025,7 @@ void GLCanvas3D::_render_selection() const
|
|||
#if ENABLE_RENDER_SELECTION_CENTER
|
||||
void GLCanvas3D::_render_selection_center() const
|
||||
{
|
||||
if (!m_gizmos.is_running())
|
||||
m_selection.render_center();
|
||||
m_selection.render_center(m_gizmos.is_dragging());
|
||||
}
|
||||
#endif // ENABLE_RENDER_SELECTION_CENTER
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue