|
From: SourceForge.net <no...@so...> - 2008-11-09 10:56:44
|
Bugs item #2236525, was opened at 2008-11-07 21:45 Message generated for change (Settings changed) made by ericehlers You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=2236525&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: Duplicate 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=2236525&group_id=12740 |