Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/06/10 04:48:03 (15 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.Optimization.Views/3.3/AlgorithmView.cs

    r2917 r2949  
    106106        parameterCollectionView.Content = Content.Parameters;
    107107        saveProblemButton.Enabled = Content.Problem != null;
     108        problemViewHost.ViewType = null;
    108109        problemViewHost.Content = Content.Problem;
    109110        resultsView.Content = Content.Results;
     
    136137        Invoke(new EventHandler(Content_ProblemChanged), sender, e);
    137138      else {
     139        problemViewHost.ViewType = null;
    138140        problemViewHost.Content = Content.Problem;
    139141        saveProblemButton.Enabled = Content.Problem != null;
Note: See TracChangeset for help on using the changeset viewer.