Changeset 2898 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Utils
- Timestamp:
- 03/01/10 15:16:17 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Utils/Selection.cs
r2868 r2898 267 267 connector = con.From; 268 268 connector.IsSelected = true; 269 this.RaiseOnNewSelection(); 269 270 Invalidate(); 270 271 return; … … 273 274 connector = con.To; 274 275 connector.IsSelected = true; 276 this.RaiseOnNewSelection(); 275 277 Invalidate(); 276 278 return; … … 285 287 connector = cn; 286 288 connector.IsSelected = true; 289 this.RaiseOnNewSelection(); 287 290 Invalidate();//this will invalidate only the selected connector 288 291 return; //we hit a connector and quit the selection. If the user intended to select the entity it had to be away from the connector!
Note: See TracChangeset
for help on using the changeset viewer.