Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/30/11 18:27:08 (13 years ago)
Author:
mkommend
Message:

#1454: Updated TypeSelector to handle logical connection operators when discovering multiple types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.cs

    r5862 r5898  
    275275        problemTypeSelectorDialog.TypeSelector.Caption = "Available Problems";
    276276      }
    277       problemTypeSelectorDialog.TypeSelector.Configure(new List<Type>() { Content.ProblemType, Content.Algorithm.ProblemType }, false, true);
     277      problemTypeSelectorDialog.TypeSelector.Configure(new List<Type>() { Content.ProblemType, Content.Algorithm.ProblemType }, false, true, true);
    278278      if (problemTypeSelectorDialog.ShowDialog(this) == DialogResult.OK) {
    279279        Content.Problem = (IDataAnalysisProblem)problemTypeSelectorDialog.TypeSelector.CreateInstanceOfSelectedType();
Note: See TracChangeset for help on using the changeset viewer.