diff --git a/src/netedit/frames/GNEAttributesEditorRow.cpp b/src/netedit/frames/GNEAttributesEditorRow.cpp index ca1641965c8..fc08a4ae4ec 100644 --- a/src/netedit/frames/GNEAttributesEditorRow.cpp +++ b/src/netedit/frames/GNEAttributesEditorRow.cpp @@ -197,7 +197,7 @@ GNEAttributesEditorRow::showAttributeRow(const GNEAttributeProperties& attrPrope // continue depending of type of attribute if (attrProperty.isBool()) { showValueCheckButton(value, attributeEnabled, computedAttribute); - } else if (attrProperty.isDiscrete()) { + } else if (attrProperty.isDiscrete() || attrProperty.isVType()) { showValueComboBox(attrProperty, value, attributeEnabled, computedAttribute); } else { showValueString(value, attributeEnabled, computedAttribute);