diff --git a/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowDelegationCellEditor.java b/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowDelegationCellEditor.java index 829366b..92103b7 100644 --- a/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowDelegationCellEditor.java +++ b/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowDelegationCellEditor.java @@ -101,6 +101,8 @@ } dependentObjectNode(targetObjCell); + + cfdStage.resetAllStyleOfCells(); cfdStage.setState(ControlFlowDelegationStageStatus.SELECTING_AN_EDGE); } else { cfdStage.resetAllStyleOfCells();