Changeset 8830
- Timestamp:
- 10/22/12 17:51:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.cs
r7259 r8830 123 123 if (Content != null) { 124 124 storeAlgorithmInEachRunCheckBox.Enabled = !ReadOnly; 125 openAlgorithmButton.Enabled = !ReadOnly; 126 newAlgorithmButton.Enabled = !ReadOnly; 125 127 126 128 algorithmNamedItemView.Enabled = Content.Algorithm != null && (Content.ExecutionState == ExecutionState.Prepared || Content.ExecutionState == ExecutionState.Stopped);
Note: See TracChangeset
for help on using the changeset viewer.