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/UserDefinedAlgorithmView.cs

    r3454 r3455  
    7070    private void SetEnableStateOfControls() {
    7171      globalScopeView.Enabled = Content != null;
    72       globalScopeView.ReadOnly = ReadOnly;
    7372      newOperatorGraphButton.Enabled = Content != null && !ReadOnly;
    7473      openOperatorGraphButton.Enabled = Content != null && !ReadOnly;
    75       operatorGraphViewHost.ReadOnly = ReadOnly;
    7674    }
    7775
Note: See TracChangeset for help on using the changeset viewer.