-
- Downloads
Replace stale pin references with UNDO copy
When we replace a symbol with one that has fewer pins, the old pins are released, which leaves points to them in the connection graph dangling. This updates the pointer to use the cloned copy in the undo stack until the connection graph is rebuilt with the new data Fixes #17851 (cherry picked from commit 315ad0e0)
Showing
- eeschema/connection_graph.cpp 88 additions, 0 deletionseeschema/connection_graph.cpp
- eeschema/connection_graph.h 10 additions, 0 deletionseeschema/connection_graph.h
- eeschema/dialogs/dialog_change_symbols.cpp 12 additions, 1 deletioneeschema/dialogs/dialog_change_symbols.cpp
- eeschema/sch_edit_frame.cpp 4 additions, 4 deletionseeschema/sch_edit_frame.cpp
- include/commit.h 1 addition, 1 deletioninclude/commit.h
Loading
Please register or sign in to comment