Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/06/10 04:48:03 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented reviewers' comments on version r2917.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ValueParameterView.cs

    r2948 r2949  
    9797        clearValueButton.Enabled = Content.Value != null;
    9898        valueGroupBox.Enabled = true;
     99        viewHost.ViewType = null;
    99100        viewHost.Content = Content.Value;
    100101      }
     
    106107      else {
    107108        clearValueButton.Enabled = Content.Value != null;
     109        viewHost.ViewType = null;
    108110        viewHost.Content = Content.Value;
    109111      }
Note: See TracChangeset for help on using the changeset viewer.