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

    r2948 r2949  
    9797        clearValueButton.Enabled = Content.Value != null;
    9898        valueGroupBox.Enabled = true;
     99        viewHost.ViewType = null;
    99100        viewHost.Content = Content.Value;
    100101      }
     
    108109        dataTypeTextBox.Enabled = Content.Value != null;
    109110        clearValueButton.Enabled = Content.Value != null;
     111        viewHost.ViewType = null;
    110112        viewHost.Content = Content.Value;
    111113      }
Note: See TracChangeset for help on using the changeset viewer.