Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/21/10 06:45:46 (14 years ago)
Author:
swagner
Message:

Removed manual propagation of ReadOnly property (#973)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/AlgorithmView.cs

    r3454 r3455  
    115115    private void SetEnableStateOfControls() {
    116116      parameterCollectionView.Enabled = Content != null;
    117       parameterCollectionView.ReadOnly = ReadOnly;
    118117      newProblemButton.Enabled = Content != null && !ReadOnly;
    119118      openProblemButton.Enabled = Content != null && !ReadOnly;
    120119      problemViewHost.Enabled = Content != null;
    121       problemViewHost.ReadOnly = ReadOnly;
    122120      resultsView.Enabled = Content != null;
    123       resultsView.ReadOnly = ReadOnly;
    124121      runsView.Enabled = Content != null;
    125       runsView.ReadOnly = ReadOnly;
    126122      executionTimeTextBox.Enabled = Content != null;
    127123      SetEnabledStateOfExecutableButtons();
Note: See TracChangeset for help on using the changeset viewer.