Fixed gizmos overlay rendering/selection by adding GLGizmoBase::is_selectable() method

This commit is contained in:
Enrico Turri 2018-11-19 14:46:37 +01:00
parent d658d918d7
commit d322fa0fd5
4 changed files with 22 additions and 9 deletions

View file

@ -565,8 +565,8 @@ private:
Scale,
Rotate,
Flatten,
SlaSupports,
Cut,
SlaSupports,
Num_Types
};