Changeset 10700 for branches/DataPreprocessing
- Timestamp:
- 04/02/14 12:39:58 (11 years ago)
- 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 47 47 foreach (IFilter filter in e.Items) 48 48 { 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)) 50 50 { 51 51 filterView.Content.SetItemCheckedState(filter, false); -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HeuristicLab.DataPreprocessing.Views-3.3.csproj
r10698 r10700 110 110 <DependentUpon>PreprocessingChartView.cs</DependentUpon> 111 111 </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>118 112 <Compile Include="PreprocessingDataTableView.cs"> 119 113 <SubType>UserControl</SubType>
Note: See TracChangeset
for help on using the changeset viewer.