Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8830 for trunk/sources


Ignore:
Timestamp:
10/22/12 17:51:05 (12 years ago)
Author:
gkronber
Message:

#1975: set enabled state of buttons for new and open algorithm in CV view.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.cs

    r7259 r8830  
    123123        if (Content != null) {
    124124          storeAlgorithmInEachRunCheckBox.Enabled = !ReadOnly;
     125          openAlgorithmButton.Enabled = !ReadOnly;
     126          newAlgorithmButton.Enabled = !ReadOnly;
    125127
    126128          algorithmNamedItemView.Enabled = Content.Algorithm != null && (Content.ExecutionState == ExecutionState.Prepared || Content.ExecutionState == ExecutionState.Stopped);
Note: See TracChangeset for help on using the changeset viewer.