mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Rectangle selection in 3D scene -> Fixed selection cleared when mouse left-up follows shift-up
This commit is contained in:
parent
6f273bef7f
commit
818f7ad647
2 changed files with 12 additions and 1 deletions
|
@ -303,6 +303,7 @@ class GLCanvas3D
|
|||
Vec2d position;
|
||||
Vec3d scene_position;
|
||||
Drag drag;
|
||||
bool ignore_left_up;
|
||||
|
||||
Mouse();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue