mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 18:56:55 +02:00
Hover with "scale" color if in scale-with-handles mode
This commit is contained in:
parent
ed3c0cdced
commit
3450d64bed
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@
|
||||||
}
|
}
|
||||||
} else if (doHighlight) {
|
} else if (doHighlight) {
|
||||||
highlights.display(intersection.handSelected, selection.selection(),
|
highlights.display(intersection.handSelected, selection.selection(),
|
||||||
otherHand.isEditing(selection.rootEntityID()));
|
otherHand.isEditing(selection.rootEntityID()) || isScaleWithHandles);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue