Fix 699: Allow dragging linked objects in an assembly.

pull/706/head
phkahler 2020-09-17 17:28:15 -04:00
parent 094eff755b
commit 6e515b6735
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ bool Entity::CanBeDragged() const {
// these transforms applied zero times can not be moved
if(((type == Entity::Type::POINT_N_TRANS) ||
(type == Entity::Type::POINT_N_ROT_AA) ||
(type == Entity::Type::POINT_N_ROT_TRANS) ||
(type == Entity::Type::POINT_N_ROT_AXIS_TRANS))
&& (timesApplied == 0)) return false;
// for these types of entities the first point will indicate draggability