Hover with "scale" color if in scale-with-handles mode

This commit is contained in:
David Rowe 2017-07-11 17:37:09 +12:00
parent ed3c0cdced
commit 3450d64bed

View file

@ -748,7 +748,7 @@
}
} else if (doHighlight) {
highlights.display(intersection.handSelected, selection.selection(),
otherHand.isEditing(selection.rootEntityID()));
otherHand.isEditing(selection.rootEntityID()) || isScaleWithHandles);
}
}