You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error is encountered when a part is added, the addition of the part is undone, and another part is added:
Traceback (most recent call last):
File "./cadnano/views/gridview/gridrootitem.py", line 92, in partAddedSlot
self.select_tool.setPartItem(na_part_item)
File "./cadnano/views/gridview/tools/selectgridtool.py", line 147, in setPartItem
self.group.resetTransform()
RuntimeError: wrapped C/C++ object of type GridSelectionGroup has been deleted
Abort trap: 6
The following error is encountered when a part is added, the addition of the part is undone, and another part is added:
To reproduce:
HoneyComb
HoneyComb
orSquare
cadnano2.5
crashes with the aforementioned errorOn
master
withHEAD
at 0a160f3The text was updated successfully, but these errors were encountered: