fix AtomsViewer

This commit is contained in:
nisihara1 2017-08-28 22:57:20 +09:00
parent 5b0b0abfea
commit 19649c0907
1 changed files with 0 additions and 4 deletions

View File

@ -153,10 +153,6 @@ public class AtomsViewer extends AtomsViewerBase<Group> {
design.addOnShowingCellChanged(showing -> {
this.setCellToCenter();
if (this.cell != null) {
this.cell.setProperty(CellProperty.MOLECULE, !showing);
}
});
return design;