Changeset 7226 for trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphVisualizationInfo.cs
- Timestamp:
- 12/21/11 23:26:30 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphVisualizationInfo.cs
r6572 r7226 121 121 } 122 122 } 123 124 foreach (IOperatorShapeInfo shapeInfo2 in this.operatorShapeInfoMapping.SecondValues) 125 if (string.IsNullOrEmpty(shapeInfo2.TypeName)) shapeInfo2.TypeName = this.operatorShapeInfoMapping.GetBySecond(shapeInfo2).GetType().GetPrettyName(); 123 126 } 124 127
Note: See TracChangeset
for help on using the changeset viewer.