Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/19/16 17:21:38 (8 years ago)
Author:
pfleck
Message:

#2597:

  • Fixed issue with automatic movement of the cursor in some cases (missing position changed event).
  • Disable the whole GradientChartConfigurationDialog during chart recalculation after pressing apply.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Controls/GradientChart.Designer.cs

    r14099 r14118  
    8989      this.chart.TabIndex = 0;
    9090      this.chart.SelectionRangeChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CursorEventArgs>(this.chart_SelectionRangeChanged);
     91      this.chart.AnnotationPositionChanged += new System.EventHandler(this.chart_AnnotationPositionChanged);
    9192      this.chart.AnnotationPositionChanging += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.AnnotationPositionChangingEventArgs>(this.chart_AnnotationPositionChanging);
    9293      this.chart.DragDrop += new System.Windows.Forms.DragEventHandler(this.chart_DragDrop);
Note: See TracChangeset for help on using the changeset viewer.