glycoinfo / GlycanBuilder2

7 stars 5 forks source link

The reducing end not displayed when exporting #43

Open e15d5605 opened 2 years ago

e15d5605 commented 2 years ago

Default: Show reducing end indicator when exporting is not checked

This config is decided in the GraphicOptions (below source code)

/**
 * Specify if the reducing-end marker should be displayed when exporting
 * (default = false)
 */
public boolean SHOW_REDEND = false;