LogikSim / LogikSimPython

Python prototype of a digital logic simulator
http://www.logiksim.org/
GNU General Public License v3.0
2 stars 1 forks source link

Line draw mode can cause undo/redo to de-sync #20

Closed hacst closed 10 years ago

hacst commented 10 years ago

Steps to reproduce: Place a few connected lines then start drawing a new connected line away from them. While doing that use shortcuts to attempt to undo the previous line What happens: All lines connected to the one you draw stay even though they should be undone Expected behavior: Line drawing is aborted and the last line undone.