bryanherger / xdrawchem

XDrawChem is a two-dimensional molecule drawing program.
37 stars 11 forks source link

Some files are not loaded correctly #5

Closed bryanherger closed 7 years ago

bryanherger commented 7 years ago

Example: the attached SDF file (2244_aspirin.sdf) is missing a carbonyl after load, though the file appears to be correct. 2244_aspirin_sdf.txt

bryanherger commented 7 years ago

This turned out to be related to list handling after Qt5 update. Bonds and labels are now merged correctly when fragments are joined, and load from tested Molfiles works. This also fixed an issue when joining two molecule fragments together.