Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6019


Ignore:
Timestamp:
04/18/11 12:07:10 (13 years ago)
Author:
mkommend
Message:

#1049: Corrected bug in TypeSelector.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/TypeSelector.cs

    r5903 r6019  
    119119          pluginNode.Tag = plugin;
    120120
    121           var types = from t in ApplicationManager.Manager.GetTypes(BaseTypes, plugin, ShowNotInstantiableTypes, assignableToAllTypes)
     121          var types = from t in ApplicationManager.Manager.GetTypes(BaseTypes, plugin, !ShowNotInstantiableTypes, assignableToAllTypes)
    122122                      orderby t.Name ascending
    123123                      select t;
Note: See TracChangeset for help on using the changeset viewer.