Changes between Version 87 and Version 88 of ReviewHeuristicLab3.3.0ApplicationDone
- Timestamp:
- 04/30/10 10:48:42 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0ApplicationDone
v87 v88 74 74 * Showing an operator graph in the chart and the tree view at the same time, selecting an operator in the chart, but deleting that operator from the graph in the tree view still shows a frame and the details in the chart 75 75 * mkommend: implemented all errors above in r3514 76 * Dragging an item from the clipboard does not really create a copy as the mouse cursor indicates. It will link them. 77 * The `ConditionalBranch` gets a strange third false out-port in the lower middle if its false out-port is connected to another operator and the conditional branch is "breakpointed". To reproduce: Create a new user defined algorithm, switch to the operator graph view, drag in an `EmptyOperator` and a `ConditionalBranch`, connect the !FalseBranch of the `ConditionalBranch` to the in-port of the `EmptyOperator` and then activate the breakpoint in the `ConditionalBranch`. 78 * mkommend: implemented in r3570 76 79 * Closing the clipboard and reopening through the views menu leads to an exception 77 80 * mkommend: corrected in r3417