Greg,

I just noticed that stock MolDraw2Dwx.h will not build because of the line:

setColour(drawOptions.backgroundColour);

should be drawOptions() as it is a function call.
Also, I would recommend adding the following lines into setFontSize():

  if (font_size_in_points < 1.0)
      font_size_in_points = 1;
I noticed that if font height is less than 1 it gets rounded to zero and
wxWidgets has a problem with that.

Warmest regards,
Igor
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Rdkit-devel mailing list
Rdkit-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-devel

Reply via email to