Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/14/14 10:46:41 (10 years ago)
Author:
psteiner
Message:

BugFix transactions null

File:
1 edited

Legend:

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

    r10813 r10842  
    9696      UpdateFilterInfo();
    9797      ExportFiltersToContent();
     98      Content.isAndCombination = rBtnAnd.Checked;
    9899    }
    99100
     
    116117          checkedFilterView.Content.SetItemCheckedState(filter, false);
    117118        }
    118 
     119        rBtnAnd.Checked = Content.isAndCombination;
     120        rBtnOr.Checked = !Content.isAndCombination;
    119121      }
    120122    }
Note: See TracChangeset for help on using the changeset viewer.