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.Optimization.Views/3.3/UserDefinedAlgorithmView.cs

    r2917 r2949  
    6969        globalScopeView.Content = null;
    7070      } else {
     71        operatorGraphViewHost.ViewType = null;
    7172        operatorGraphViewHost.Content = Content.OperatorGraph;
    7273        globalScopeView.Content = Content.GlobalScope;
     
    7778      if (InvokeRequired)
    7879        Invoke(new EventHandler(Content_OperatorGraphChanged), sender, e);
    79       else
     80      else {
     81        operatorGraphViewHost.ViewType = null;
    8082        operatorGraphViewHost.Content = Content.OperatorGraph;
     83      }
    8184    }
    8285
Note: See TracChangeset for help on using the changeset viewer.