FEM: [skip ci] re-add removed comma

This commit is contained in:
wmayer
2021-03-25 17:50:31 +01:00
parent 00a7221a95
commit 747c9aba57

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()