Spreadsheet changes

Various changes to support in-place editing, and more.
This commit is contained in:
Zheng, Lei
2019-07-12 13:25:50 +08:00
committed by wmayer
parent 32ad54c9ef
commit e911b69769
17 changed files with 334 additions and 180 deletions

View File

@@ -82,7 +82,7 @@ void SheetObserver::slotChangedObject(const DocumentObject &Obj, const Property
return;
isUpdating.insert(name);
sheet->recomputeDependants(&Prop);
sheet->recomputeDependants(&Obj,Prop.getName());
isUpdating.erase(name);
}
}