Changeset 15621
- Timestamp:
- 01/17/18 11:14:20 (7 years ago)
- Location:
- trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.Designer.cs
r15607 r15621 89 89 this.xAxisComboBox.Size = new System.Drawing.Size(600, 21); 90 90 this.xAxisComboBox.TabIndex = 11; 91 this.xAxisComboBox.Select edIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);91 this.xAxisComboBox.SelectionChangeCommitted += new System.EventHandler(this.AxisComboBox_SelectionChangeCommitted); 92 92 // 93 93 // yAxisLabel … … 109 109 this.yAxisComboBox.Size = new System.Drawing.Size(600, 21); 110 110 this.yAxisComboBox.TabIndex = 9; 111 this.yAxisComboBox.Select edIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);111 this.yAxisComboBox.SelectionChangeCommitted += new System.EventHandler(this.AxisComboBox_SelectionChangeCommitted); 112 112 // 113 113 // chart -
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.cs
r15610 r15621 383 383 } 384 384 385 private void AxisComboBox_Select edIndexChanged(object sender, EventArgs e) {385 private void AxisComboBox_SelectionChangeCommitted(object sender, EventArgs e) { 386 386 UpdateDataPoints(); 387 387 }
Note: See TracChangeset
for help on using the changeset viewer.