Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11095


Ignore:
Timestamp:
07/06/14 14:51:01 (10 years ago)
Author:
gkronber
Message:

#2121 fixed the comment as suggested by abeham.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.cs

    r11024 r11095  
    663663      Axis yAxis = this.chart.ChartAreas[0].AxisY;
    664664      int axisDimensionCount = Enum.GetNames(typeof(AxisDimension)).Count();
    665       //mkommend: combobox.SelectedIndex could not be used as this changes during hoovering over possible values
     665      //mkommend: combobox.SelectedIndex could not be used as this changes during hovering over possible values
    666666      var xSAxisSelectedIndex = xAxisValue == null ? 0 : xAxisComboBox.Items.IndexOf(xAxisValue);
    667667      var ySAxisSelectedIndex = yAxisValue == null ? 0 : xAxisComboBox.Items.IndexOf(yAxisValue);
Note: See TracChangeset for help on using the changeset viewer.