Changeset 13560
- Timestamp:
- 01/20/16 15:01:23 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/AlgorithmView.cs
r13244 r13560 133 133 Invoke(new EventHandler(Content_ProblemChanged), sender, e); 134 134 else { 135 problemViewHost.ViewType = null; 135 if (problemViewHost.Content != null && Content.Problem != null && 136 problemViewHost.Content.GetType() != Content.Problem.GetType()) 137 problemViewHost.ViewType = null; 136 138 problemViewHost.Content = Content.Problem; 137 139 }
Note: See TracChangeset
for help on using the changeset viewer.