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

    r3454 r3455  
    9999      openAlgorithmButton.Enabled = Content != null && !ReadOnly;
    100100      algorithmViewHost.Enabled = Content != null;
    101       algorithmViewHost.ReadOnly = ReadOnly;
    102101      runsView.Enabled = Content != null;
    103       runsView.ReadOnly = ReadOnly;
    104102      executionTimeTextBox.Enabled = Content != null;
    105103      SetEnabledStateOfExecutableButtons();
Note: See TracChangeset for help on using the changeset viewer.