Changeset 2819 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Layout
- Timestamp:
- 02/17/10 11:17:15 (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/Layout/StandardTreeLayout.cs
r2782 r2819 152 152 throw new InconsistencyException("The model has not been set and the Graph property is hence 'null'"); 153 153 154 m_depths = new float[10]; 154 155 this.LayoutRoot = this.Controller.Model.LayoutRoot;//could be null if not set in the GUI 155 156 Graph.ClearSpanningTree();
Note: See TracChangeset
for help on using the changeset viewer.