FEM: fix gui test problems introduces with af3643853c

This commit is contained in:
Bernd Hahnebach
2021-03-25 08:55:36 +01:00
committed by GitHub
parent 6317acc97c
commit f3f2a49301

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