Changeset 16187 for trunk/HeuristicLab.Clients.Hive.Administrator/3.3
- Timestamp:
- 09/26/18 15:02:09 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectPermissionsView.cs
r16186 r16187 78 78 detailsViewHost.Content = null; 79 79 } else { 80 UpdatePermissionList(); 81 detailsViewHost.ActiveView.Locked = true;82 }80 UpdatePermissionList(); 81 } 82 SetEnabledStateOfControls(); 83 83 } 84 84 … … 90 90 saveButton.Enabled = enabled; 91 91 treeView.Enabled = enabled; 92 93 if (detailsViewHost != null) { 94 detailsViewHost.Locked = true; 95 } 96 92 97 } 93 98 #endregion
Note: See TracChangeset
for help on using the changeset viewer.