|
From: SourceForge.net <no...@so...> - 2008-11-12 22:13:19
|
Bugs item #2236225, was opened at 2008-11-07 20:57 Message generated for change (Comment added) made by ericehlers You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=2236225&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Eric Ehlers (ericehlers) Summary: Update the Dirty Flag in ObjectWrapper::reset? Initial Comment: In ObjectHandler project, ObjectWrapper::reset function does not update the dirty_ flag. This will make the objects recreated unnecessarily. For example, say you have objects A and B where B depends on A. When A is updated, B is marked as dirty. However, if B is reset due to Excel recalc, the dirty flag is not updated. The later access to B will recreate B. ---------------------------------------------------------------------- >Comment By: Eric Ehlers (ericehlers) Date: 2008-11-12 23:13 Message: Fixed in svn for 0.9.7 release, many thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=2236225&group_id=12740 |