Spreadsheet changes
Various changes to support in-place editing, and more.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user