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.Core.Views/3.3/OperatorGraphView.cs

    r3395 r3455  
    105105      operatorsView.Enabled = Content != null;
    106106      operatorTreeView.Enabled = Content != null;
    107       operatorsView.ReadOnly = ReadOnly;
    108       operatorTreeView.ReadOnly = ReadOnly;
    109107      operatorsContextMenuStrip.Enabled = Content != null && !ReadOnly;
    110108    }
Note: See TracChangeset for help on using the changeset viewer.