Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/10 03:31:12 (14 years ago)
Author:
swagner
Message:

Worked on UI support for choosing generic type parameters (#42)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/BatchRunView.cs

    r3566 r3588  
    152152        algorithmTypeSelectorDialog.Caption = "Select Algorithm";
    153153        algorithmTypeSelectorDialog.TypeSelector.Caption = "Available Algorithms";
    154         algorithmTypeSelectorDialog.TypeSelector.Configure(typeof(IAlgorithm), false, false);
     154        algorithmTypeSelectorDialog.TypeSelector.Configure(typeof(IAlgorithm), false, true);
    155155      }
    156156      if (algorithmTypeSelectorDialog.ShowDialog(this) == DialogResult.OK) {
Note: See TracChangeset for help on using the changeset viewer.