FEM: [skip ci] re-add removed comma

This commit is contained in:
wmayer
2021-03-25 17:50:31 +01:00
parent 0a2eb2756f
commit 1c93fc25f1

View File

@@ -231,7 +231,7 @@ class SmallListView(QtGui.QListView):
class GeometryElementsSelection(QtGui.QWidget):
def __init__(self, ref, eltypes multigeom, showHintEmptyList):
def __init__(self, ref, eltypes, multigeom, showHintEmptyList):
super(GeometryElementsSelection, self).__init__()
# init ui stuff
FreeCADGui.Selection.clearSelection()