Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/09/14 12:45:55 (10 years ago)
Author:
psteiner
Message:

set datagridview as start view

File:
1 edited

Legend:

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

    r10713 r10735  
    8787        this.cbAttr.SelectedItem = this.cbAttr.Items[Content.ConstraintColumn];
    8888
    89         if (Content.ConstraintColumn != null)
    90         {
     89        //if (Content.ConstraintColumn != null)
     90        //{
    9191          cbAttr.SelectedItem = Content.ConstraintColumn;
    9292          if (Content.ConstraintData != null)
     
    9494          else
    9595            this.Content_ConstraintColumnChanged(cbAttr, EventArgs.Empty);
    96         }
     96        //}
    9797      }
    9898    }
Note: See TracChangeset for help on using the changeset viewer.