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 47a5a6302e
commit 4d19e611f8

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);