Opened 13 years ago
Last modified 12 years ago
#8425 closed defect
"align in circle" doesn't work as per code comments — at Initial Version
| Reported by: | richlv | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 14.03 |
| Component: | Core | Version: | tested |
| Keywords: | align node circle | Cc: |
Description
AlignInCircleAction.java comment says :
When is selected node that is part of the way, then make a regular polygon, selected
node doesn't move.
this currently doesn't work that way, selected node moves as well.
come of the comments :
a) "special case if no single nodes are selected and exactly one way is" to
"special case if no nodes are selected and exactly one way is"
b) "When is selected node that is part of the way, then make" to
"When a single node that is part of the way is selected, make"


