fixed typo in t1 calculation, extra context for graphs: fixes T242; fixes T245

This commit is contained in:
Dominik Demuth
2022-11-29 20:58:27 +01:00
parent 377454b683
commit b1e54c8432
4 changed files with 89 additions and 56 deletions

View File

@ -291,6 +291,9 @@ class UpperManagement(QtCore.QObject):
self.undostack.endMacro()
def delete_graph(self, gid):
self.delete_sets(self.graphs[gid].sets + [gid])
@QtCore.pyqtSlot()
def cat(self, src_sets=None):
joined = None