Fixed lost selection when selecting object while place on face gizmo is active

This commit is contained in:
Enrico Turri 2018-11-30 12:49:31 +01:00
parent b83468e763
commit 918a7f8ddd
2 changed files with 8 additions and 2 deletions

View file

@ -323,6 +323,7 @@ class GLCanvas3D
};
bool dragging;
bool left_down;
Vec2d position;
#if ENABLE_GIZMOS_ON_TOP
Vec3d scene_position;