- Timestamp:
- 07/23/17 00:52:14 (7 years ago)
- Location:
- branches/Async
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Async
- Property svn:mergeinfo changed
-
branches/Async/HeuristicLab.Optimization.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Optimization.Views (added) merged: 13397,13560,13570,13666
- Property svn:mergeinfo changed
-
branches/Async/HeuristicLab.Optimization.Views/3.3/AlgorithmView.cs
r13244 r15280 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.