Skip to content

Commit

Permalink
Only select orientation if afix is empty.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Jun 5, 2016
1 parent 3282f2c commit fb7e2a4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -208,7 +208,7 @@ public void setMolecule(IAtomContainer mol, boolean clone, Set<IAtom> afix, Set<
ringPlacer.setMolecule(this.molecule);
ringPlacer.setAtomPlacer(this.atomPlacer);
macroPlacer = new MacroCycleLayout(mol);
selectOrientation = true;
selectOrientation = afix.isEmpty();
}

/**
Expand Down

0 comments on commit fb7e2a4

Please sign in to comment.