mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-13 06:23:16 +08:00
Fixed warning
This commit is contained in:
parent
acd225cee2
commit
7274d2bb6e
@ -5706,7 +5706,9 @@ void GLCanvas3D::_update_volumes_hover_state()
|
||||
return;
|
||||
}
|
||||
|
||||
#if !ENABLE_NEW_CAMERA_MOVEMENTS_SHIFT_SELECTION
|
||||
bool selection_modifiers_only = m_selection.is_empty() || m_selection.is_any_modifier();
|
||||
#endif // !ENABLE_NEW_CAMERA_MOVEMENTS_SHIFT_SELECTION
|
||||
|
||||
bool hover_modifiers_only = true;
|
||||
for (int i : m_hover_volume_idxs) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user