Changes between Version 45 and Version 46 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/18/10 12:06:49 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v45 v46 33 33 * A selected box should change the mouse cursor to the move cursor when hovering over it 34 34 * Just single clicking the successor port with the connector tool connects the box with itself, I don't think this is a desired behavior. 35 * I would be nice if: As long the space keyboard is pressed the selection mode switches to panning 35 36 * Every `IDeepCloneable` item needs to have a public default constructor. If `Activator.CreateInstance` in `DeepCloneable.Clone` is given a second parameter "true", non-public constructors would also be used. 36 37 * Viewing different result variables (switching between them) is impossible, because the results view is disabled when running the engine.