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.Operators.Views/3.3/AlgorithmOperatorView.cs

    r3454 r3455  
    9494      breakpointCheckBox.Enabled = Content != null && !ReadOnly;
    9595      parameterCollectionView.Enabled = Content != null;
    96       parameterCollectionView.ReadOnly = ReadOnly;
    9796      operatorGraphViewHost.Enabled = Content != null;
    98       operatorGraphViewHost.ReadOnly = ReadOnly;
    9997    }
    10098
Note: See TracChangeset for help on using the changeset viewer.