Skip to content
Snippets Groups Projects
Commit 90109f2a authored by Klaus Becker's avatar Klaus Becker
Browse files

No commit message

No commit message
parent d9772256
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ public class MoveWithinDiagramCommand extends ChangeBoundsRequestCommandBase {
/** Move bend points along with a group of selected elements */
@SuppressWarnings({ "unchecked", "rawtypes" })
private void bendpointGroupMove(List<EditPart> parts) {
// TOD (FH): https://af3.fortiss.org/issues/376
// TODO (FH): https://af3.fortiss.org/issues/376
// This has to be reworked to delegate to diagram configuration
for (EditPart part : parts) {
// cover also sticky connectors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment