diff --git a/src/Gui/Dialogs/DlgAddPropertyVarSet.cpp b/src/Gui/Dialogs/DlgAddPropertyVarSet.cpp index 6a654898bf..f78a457247 100644 --- a/src/Gui/Dialogs/DlgAddPropertyVarSet.cpp +++ b/src/Gui/Dialogs/DlgAddPropertyVarSet.cpp @@ -261,7 +261,7 @@ void DlgAddPropertyVarSet::addEditor(PropertyEditor::PropertyItem* propertyItem, { editor.reset(propertyItem->createEditor(this, [this]() { this->valueChanged(); - })); + }, PropertyEditor::FrameOption::WithFrame)); editor->blockSignals(true); propertyItem->setEditorData( editor.get(),