diff --git a/rdeditor/molViewWidget.py b/rdeditor/molViewWidget.py index 8cd606f..2cb66ae 100644 --- a/rdeditor/molViewWidget.py +++ b/rdeditor/molViewWidget.py @@ -316,6 +316,7 @@ def getMolSvg(self): opts.setBackgroundColour(self.unsanitizable_background_colour) opts.prepareMolsBeforeDrawing = False opts.addStereoAnnotation = True # Show R/S and E/Z + opts.unspecifiedStereoIsUnknown = True # Show wiggly bond at undefined stereo centre # for tag in chiraltags: # idx = tag[0] # opts.atomLabels[idx] = self._drawmol.GetAtomWithIdx(idx).GetSymbol() + ":" + tag[1]