Rectangle selection in 3D scene -> Fixed selection cleared when mouse left-up follows shift-up

This commit is contained in:
Enrico Turri 2019-04-26 14:07:46 +02:00
parent 6f273bef7f
commit 818f7ad647
2 changed files with 12 additions and 1 deletions

View file

@ -303,6 +303,7 @@ class GLCanvas3D
Vec2d position;
Vec3d scene_position;
Drag drag;
bool ignore_left_up;
Mouse();