Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/19/10 19:43:05 (14 years ago)
Author:
mkommend
Message:

Adjusted the SetEnabledStateOfControls method in all views, added the Enabled property into the IView interface and adapted the ViewHost, View and ContentView class (ticket #1155).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views/3.3/MultiOperatorView.cs

    r4068 r4435  
    7777    protected override void SetEnabledStateOfControls() {
    7878      base.SetEnabledStateOfControls();
    79       breakpointCheckBox.Enabled = Content != null && !Locked;
     79      breakpointCheckBox.Enabled = Content != null && !ReadOnly;
    8080      operatorListView.Enabled = Content != null;
    8181      parameterCollectionView.Enabled = Content != null;
Note: See TracChangeset for help on using the changeset viewer.