diff --git a/src/App/PropertyStandard.cpp b/src/App/PropertyStandard.cpp index 07452a4de1..3117e5e739 100644 --- a/src/App/PropertyStandard.cpp +++ b/src/App/PropertyStandard.cpp @@ -2632,7 +2632,10 @@ TYPESYSTEM_SOURCE(App::PropertyMaterialList, App::PropertyLists) //************************************************************************** // Construction/Destruction -PropertyMaterialList::PropertyMaterialList() = default; +PropertyMaterialList::PropertyMaterialList() +{ + setSizeOne(); +} PropertyMaterialList::~PropertyMaterialList() = default;