small fix

This commit is contained in:
2022-12-17 23:55:22 +03:00
parent e0b4dc06db
commit 750c96ecb9
2 changed files with 2 additions and 2 deletions

View File

@@ -330,9 +330,9 @@ QLabel * PIValueTreeEdit::newLabel(const PIValueTree & vt) {
void PIValueTreeEdit::applyVariantEdit(PIVariantEdit * ve, const PIValueTree & vt) {
ve->setFullEditMode(is_full_edit);
ve->setAttributes(vt.attributes());
ve->setValue(vt.value());
ve->setFullEditMode(is_full_edit);
}