|
@@ -98,8 +98,9 @@ public class Combine implements AlgorithmStage {
|
|
|
Color oldColor = graph.getColor( LayoutType.TOP_BOTTOM_LEFT );
|
|
|
if( oldColor == null )
|
|
|
graph.setColor( Color.BLACK, null );
|
|
|
- actions.add( 0, () -> {
|
|
|
+ actions.add( 0, () -> {
|
|
|
inside = false;
|
|
|
+ loopNode.setSelected( false );
|
|
|
setNode.setSelected( false );
|
|
|
breakPoint = false;
|
|
|
if( !alignNode.isSelected() )
|
|
@@ -220,6 +221,7 @@ public class Combine implements AlgorithmStage {
|
|
|
if( actions.size() == 0 )
|
|
|
{
|
|
|
inside = false;
|
|
|
+ alignNode.setSelected( false );
|
|
|
return StageStatus.FINISHED;
|
|
|
}
|
|
|
actions.get( 0 ).reverse();
|