Skip to content

Commit ff58bae

Browse files
imp schematic: don't crash when deleting one member of a diffpair
changelog: Bugfixes/Schematic Editor: don't crash when deleting one member of a diffpair fixes #845
1 parent 1e11a00 commit ff58bae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/block/block.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ void Block::vacuum_nets()
247247
for (const auto &uu : nets_erase) {
248248
nets.erase(uu);
249249
}
250+
update_diffpairs();
250251
}
251252

252253
void Block::vacuum_group_tag_names()

0 commit comments

Comments
 (0)