Spreadsheet: fix binding of merged cells

This commit is contained in:
Zheng, Lei
2022-06-12 21:23:58 +08:00
committed by Uwe
parent b21507f6e3
commit b5327f5db7

View File

@@ -1909,7 +1909,7 @@ void PropertySheet::setPathValue(const ObjectIdentifier &path, const boost::any
Cell *dst = other->getValue(target);
Cell *src = getValue(source);
if(!dst)
if(!dst || !dst->getExpression())
continue;
touched.insert(source);