Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/05/10 03:17:25 (14 years ago)
Author:
swagner
Message:

Continued work on algorithm batch processing (#947).

File:
1 edited

Legend:

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

    r3262 r3265  
    138138        Invoke(new EventHandler(Content_ExecutionStateChanged), sender, e);
    139139      else {
     140        nameTextBox.Enabled = Content.ExecutionState != ExecutionState.Started;
     141        descriptionTextBox.Enabled = Content.ExecutionState != ExecutionState.Started;
    140142        SaveEnabled = Content.ExecutionState != ExecutionState.Started;
    141143        parameterCollectionView.Enabled = Content.ExecutionState != ExecutionState.Started;
Note: See TracChangeset for help on using the changeset viewer.