diff --git a/AlgebraicDataflowArchitectureModel/src/application/editor/stages/DependencyCellEditor.java b/AlgebraicDataflowArchitectureModel/src/application/editor/stages/DependencyCellEditor.java index 7049633..f190926 100644 --- a/AlgebraicDataflowArchitectureModel/src/application/editor/stages/DependencyCellEditor.java +++ b/AlgebraicDataflowArchitectureModel/src/application/editor/stages/DependencyCellEditor.java @@ -42,10 +42,7 @@ } // Left-click - if (ddmStage.getCurState() == DependencyModelingStageStatus.IDLE && - isInterfaceNode(cell) && - mouseEvent.getClickCount() == 2) { - + if (isInterfaceNode(cell) && mouseEvent.getClickCount() == 2) { showInterfaceEditDialog(cell, eventObj); } }