Changeset 10087 for branches/Breadcrumbs/HeuristicLab.Core.Views/3.3
- Timestamp:
- 10/28/13 08:15:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Breadcrumbs/HeuristicLab.Core.Views/3.3/ParameterCollectionView.cs
r10042 r10087 168 168 outmostViewHost.Content = item; 169 169 outmostViewHost.UpdateBreadcrumbTrail(oldCrumbs, newCrumbs.Concat(new[] { item })); 170 outmostViewHost.ActiveView.ReadOnly = ReadOnly ;170 outmostViewHost.ActiveView.ReadOnly = ReadOnly || (item.Hidden && !AllowEditingOfHiddenParameters); 171 171 outmostViewHost.ActiveView.Locked = Locked; 172 172 }
Note: See TracChangeset
for help on using the changeset viewer.