Changeset 2901 for trunk/sources/HeuristicLab.ExtLibs
- Timestamp:
- 03/01/10 17:34:36 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Tools/ConnectionTool.cs
r2868 r2901 84 84 public void MouseUp(MouseEventArgs e) { 85 85 if (IsActive) { 86 DeactivateTool();87 88 86 // First, make sure the initial point is far enough away from 89 87 // the final point to make a connection. … … 137 135 //drop the painted ghost 138 136 Controller.View.ResetGhost(); 139 //release other tools 140 this.UnsuspendTools(); 137 this.doDraw = false; 141 138 } 142 139 } -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Tools/ZoomAreaTool.cs
r2768 r2901 124 124 if (IsActive) 125 125 { 126 DeactivateTool();127 126 IView view = Controller.View; 128 127 if (view.Ghost != null)
Note: See TracChangeset
for help on using the changeset viewer.