Gui: fix property view synchronization of property status

This commit is contained in:
Zheng, Lei
2022-03-05 09:34:04 +08:00
committed by WandererFan
parent 70aa0842a5
commit b00a8aa056

View File

@@ -333,6 +333,8 @@ void PropertyModel::buildUp(const PropertyModel::PropertyList& props)
// TODO: is it necessary to make sure the item has no pending commit?
item->setPropertyData(jt->second);
}
else
item->updateData();
}
// Third step, signal item insertion and movement.