Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/10 01:39:32 (14 years ago)
Author:
mkommend
Message:

added operator graph tab page to EngineAlgorithmView (ticket #973)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphView.cs

    r3355 r3361  
    3838namespace HeuristicLab.Operators.Views.GraphVisualization {
    3939  [View("OperatorGraph View (Chart)")]
    40   [Content(typeof(OperatorGraph), false)]
     40  [Content(typeof(OperatorGraph), true)]
    4141  public partial class OperatorGraphView : ContentView {
    4242    public OperatorGraphView() {
     
    9393        graphVisualizationInfoView.ReadOnly = true;
    9494        connectButton.Enabled = false;
    95        
    9695      } else {
    9796        selectButton.Enabled = true;
Note: See TracChangeset for help on using the changeset viewer.