Skip to content

Commit ac354c4

Browse files
committed
Fix small jmol display bug for internal symmetry
1 parent 53c60d4 commit ac354c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

biojava-structure-gui/src/main/java/org/biojava/nbio/structure/symmetry/gui/SymmetryDisplay.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ public static AbstractAlignmentJmol display(CeSymmResult symmResult)
123123
cloned);
124124
RotationAxis axis = new RotationAxis(symmResult.getSelfAlignment());
125125
jmol.evalString(axis.getJmolScript(symmResult.getAtoms()));
126-
jmol.setTitle(getSymmTitle(symmResult));
127126
return jmol;
128127
}
129128
}

0 commit comments

Comments
 (0)