- Timestamp:
- 02/16/10 10:42:52 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Core.Views/3.3
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core.Views/3.3/ViewHost.cs
r2800 r2809 145 145 if (viewType == null) 146 146 return false; 147 return ContentAttribute.CanViewType(viewType, Content.GetType()) ;147 return ContentAttribute.CanViewType(viewType, Content.GetType()) && typeMenuItemTable.ContainsKey(viewType); 148 148 } 149 149
Note: See TracChangeset
for help on using the changeset viewer.