Changes between Version 154 and Version 155 of ReviewHeuristicLab3.3.0ApplicationDone
- Timestamp:
- 05/14/10 12:48:20 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0ApplicationDone
v154 v155 282 282 * `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. 283 283 * fixed with r3798. 284 284 * Problem view is not shown after dragging a pre-configured algorithm onto a batch-run. 285 * mkommend: fixed in r3805. 285 286 === Priority: HIGH === 286 287 * "CTRL-X" closes the application. Even when I actually want to cut a text in a textbox!