JChemPaint / jchempaint

Chemical 2D structure editor application/applet based on the Chemistry Development Kit
http://jchempaint.github.com
110 stars 34 forks source link

redo of addBond broken #168

Closed rwst closed 11 years ago

rwst commented 11 years ago

from https://sourceforge.net/p/cdk/bugs/1003/

Create two atoms, link them with a bond. Fine so far. Undo all three actions. Redo the add atom. You get two new atom objects. Redo the add bond. It adds a bond between the old atoms, this is incorrect.