pcb

Comment 5 for bug 848509

Revision history for this message
gpleda.org commit robot (gpleda-launchpad-robot) wrote :

A commit was made which affects this bug
git master commit d63f3f35cb2d0f6d0bef71ecb4bf17208ed76ad7
http://git.gpleda.org/?p=pcb.git;a=commit;h=d63f3f35cb2d0f6d0bef71ecb4bf17208ed76ad7

commit d63f3f35cb2d0f6d0bef71ecb4bf17208ed76ad7
Author: Peter Clifton <email address hidden>
Commit: Peter Clifton <email address hidden>

    find.c: Remove stray RestoreUndoSerialNumber() calls

    These will cause havoc with the undo system, as we don't actually
    save a serial number to restore to.

    Until a commit efd212c1deb264e9a7f2be17e9338fbb60e22cc0 we were
    saving a serial number at the start of each "ResetConnections (true);"
    call, and it would have been that serial number which got restored.

    With this and some other fixes to the undo system, these restores
    are no longer required.

    Affects-bug: lp-848509