Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/19/10 21:00:30 (14 years ago)
Author:
mkommend
Message:

implemented ContentViews and propagation of view state changes (ticket #982)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/BatchRunView.cs

    r3407 r3416  
    120120      else {
    121121        this.ReadOnly = Content.ExecutionState == ExecutionState.Started;
    122         SaveEnabled = Content.ExecutionState != ExecutionState.Started;
     122        Locked = Content.ExecutionState == ExecutionState.Started;
    123123        newAlgorithmButton.Enabled = openAlgorithmButton.Enabled = saveAlgorithmButton.Enabled = Content.ExecutionState != ExecutionState.Started;
    124124        EnableDisableButtons();
Note: See TracChangeset for help on using the changeset viewer.