Skip to content

Commit

Permalink
#2806 All inner space of selected Functional Group is highlighted if …
Browse files Browse the repository at this point in the history
…structure selected via CTRL+A

- added highlighting prevention if sgroup selected
  • Loading branch information
Roman Rodionov committed Jun 30, 2023
1 parent 8992fc4 commit 3c7f8f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class ReSGroup extends ReObject {
sGroupItem.hovering = this.getContractedSelectionContour(render).attr(
options.hoverStyle
)
} else {
} else if (!this.selected) {
sGroupItem.hovering = paper
.path(
'M{0},{1}L{2},{3}L{4},{5}L{6},{7}L{0},{1}',
Expand Down

0 comments on commit 3c7f8f2

Please sign in to comment.