Changes between Version 420 and Version 421 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 05/13/10 17:33:55 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v420 v421 76 76 77 77 === Priority: HIGHEST === 78 * `CheckedItemList` (and probably `CheckedItemCollection`) are not working correctly if the same item is added multiple times to the collection. This leads to exception for instance if operators are reordered in a `MultiAnalyzer`. A fix is to check ifthe item is still referenced in the collection before removing it from the dictionary that holds the checked-states for each item. 78 79 79 80 80 === Priority: HIGH ===