Skip to content
Snippets Groups Projects
PL1

569 Fix crash showing the function type properties

Merged Imported Juan Font Alonso requested to merge 569-ive-opening-function-type-properties-crashes into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -137,6 +137,7 @@ void IVPropertiesDialog::initAttributesView()
QStyledItemDelegate *attrDelegate = new shared::AttributeDelegate(viewAttrs->tableView());
switch (dataObject()->type()) {
case ivm::IVObject::Type::FunctionType:
case ivm::IVObject::Type::Function: {
modelAttrs = new FunctionPropertiesListModel(commandMacro(), propertiesConfig(), this);
break;
Loading