Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15119


Ignore:
Timestamp:
07/04/17 09:46:00 (7 years ago)
Author:
pfleck
Message:

#2709

  • fixed combobox behavior in single scatterplot view
  • made PreprocessingCheckedVariablesView abstract to fix unit test
Location:
trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingCheckedVariablesView.cs

    r15110 r15119  
    3232  [View("Preprocessing Checked Variables View")]
    3333  [Content(typeof(PreprocessingChartContent), false)]
    34   public partial class PreprocessingCheckedVariablesView : ItemView {
     34  public abstract partial class PreprocessingCheckedVariablesView : ItemView {
    3535    protected bool SuppressCheckedChangedUpdate = false;
    3636
  • trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.Designer.cs

    r15110 r15119  
    171171      this.comboBoxGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    172172            | System.Windows.Forms.AnchorStyles.Right)));
    173       this.comboBoxGroup.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
    174       this.comboBoxGroup.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
    175173      this.comboBoxGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    176174      this.comboBoxGroup.FormattingEnabled = true;
     
    186184      this.comboBoxYVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    187185            | System.Windows.Forms.AnchorStyles.Right)));
    188       this.comboBoxYVariable.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
    189       this.comboBoxYVariable.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
    190186      this.comboBoxYVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    191187      this.comboBoxYVariable.FormattingEnabled = true;
     
    201197      this.comboBoxXVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    202198            | System.Windows.Forms.AnchorStyles.Right)));
    203       this.comboBoxXVariable.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
    204       this.comboBoxXVariable.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
    205199      this.comboBoxXVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    206200      this.comboBoxXVariable.FormattingEnabled = true;
Note: See TracChangeset for help on using the changeset viewer.