mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-12 11:37:42 +00:00
Merge remote-tracking branch 'upstream/main' into libvgcode
# Conflicts: # src/slic3r/GUI/GLCanvas3D.cpp
This commit is contained in:
@@ -855,7 +855,7 @@ public:
|
||||
m_picking_enabled = enable;
|
||||
// Orca: invalidate hover state when dragging is toggled, otherwise if we turned off dragging
|
||||
// while hovering above a volume, the hovering state won't update even if mouse has moved away.
|
||||
// Fixes https://github.com/SoftFever/OrcaSlicer/pull/9979#issuecomment-3065575889
|
||||
// Fixes https://github.com/OrcaSlicer/OrcaSlicer/pull/9979#issuecomment-3065575889
|
||||
m_hover_volume_idxs.clear();
|
||||
}
|
||||
void enable_moving(bool enable) { m_moving_enabled = enable; }
|
||||
|
||||
Reference in New Issue
Block a user