Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rdeditor/molViewWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def getMolSvg(self):
rdMolDraw2D.SetDarkMode(opts)
if (not self.molecule_sanitizable) and self.unsanitizable_background_colour:
opts.setBackgroundColour(self.unsanitizable_background_colour)
opts.prepareMolsBeforeDrawing = False
opts.prepareMolsBeforeDrawing = True
opts.addStereoAnnotation = True # Show R/S and E/Z
# for tag in chiraltags:
# idx = tag[0]
Expand Down
Loading