Changeset 2868 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Tools/ZoomToolBase.cs
- Timestamp:
- 02/25/10 17:28:31 (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/Tools/ZoomToolBase.cs
r2768 r2868 80 80 // if there are any? This will allow the user to zoom in on 81 81 // a selection. 82 if ( Selection.SelectedItems.Count > 0)82 if (this.Controller.Model.Selection.SelectedItems.Count > 0) 83 83 { 84 Bundle bundle = new Bundle(Selection.SelectedItems);84 Bundle bundle = new Bundle(this.Controller.Model.Selection.SelectedItems); 85 85 Point bundleLocation = bundle.Rectangle.Location; 86 86
Note: See TracChangeset
for help on using the changeset viewer.