Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10700


Ignore:
Timestamp:
04/02/14 12:39:58 (10 years ago)
Author:
psteiner
Message:

removed CheckedItemListView

Location:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/FilterView.cs

    r10697 r10700  
    4747      foreach (IFilter filter in e.Items)
    4848      {
    49         if (!filter.Active && (filter.ConstrainedValue == null || filter.ConstraintData == null || filter.ConstraintOperation == null))
     49        if (!filter.Active && (filter.ConstrainedValue == null || filter.ConstraintData == null  || filter.ConstraintOperation == null))
    5050        {
    5151          filterView.Content.SetItemCheckedState(filter, false);
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HeuristicLab.DataPreprocessing.Views-3.3.csproj

    r10698 r10700  
    110110      <DependentUpon>PreprocessingChartView.cs</DependentUpon>
    111111    </Compile>
    112     <Compile Include="PreprocessingCheckedItemListView.cs">
    113       <SubType>UserControl</SubType>
    114     </Compile>
    115     <Compile Include="PreprocessingCheckedItemListView.Designer.cs">
    116       <DependentUpon>PreprocessingCheckedItemListView.cs</DependentUpon>
    117     </Compile>
    118112    <Compile Include="PreprocessingDataTableView.cs">
    119113      <SubType>UserControl</SubType>
Note: See TracChangeset for help on using the changeset viewer.