mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Translate entire selection when user clicks and drags on a selected volume
This commit is contained in:
parent
f2b0904d12
commit
63960dfde0
3 changed files with 17 additions and 13 deletions
|
@ -342,8 +342,6 @@ protected:
|
|||
virtual void on_start_dragging(const GLCanvas3D::Selection& selection);
|
||||
#else
|
||||
virtual void on_start_dragging(const BoundingBoxf3& box);
|
||||
virtual void on_stop_dragging() { m_show_starting_box = false; }
|
||||
|
||||
#endif // ENABLE_EXTENDED_SELECTION
|
||||
virtual void on_update(const Linef3& mouse_ray, const Point* mouse_pos);
|
||||
#if ENABLE_GIZMOS_RESET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue