pcb

Comment 4 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 7705118c47da4941c55d644e20b937e981168e7b
http://git.gpleda.org/?p=pcb.git;a=commit;h=7705118c47da4941c55d644e20b937e981168e7b

commit 7705118c47da4941c55d644e20b937e981168e7b
Author: Peter Clifton <email address hidden>
Commit: Peter Clifton <email address hidden>

    undo.c: Allow undo of locked objects

    Our internal actions can make changes to locked objects, then
    use the undo mechanism to revert these changes. An example is
    DRC, which changes flags on objects and uses the Undo system
    to restore their original values.

    Affects-bug: lp-848509