Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2013


Ignore:
Timestamp:
06/04/09 19:57:00 (15 years ago)
Author:
bspisic
Message:

Removed an unused EventListener (#664)

Location:
trunk/sources/HeuristicLab.Visualization/3.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/3.2/LineChart.Designer.cs

    r1968 r2013  
    5555          this.canvasUI.MouseDown += new System.Windows.Forms.MouseEventHandler(this.canvasUI1_MouseDown);
    5656          this.canvasUI.MouseUp += new System.Windows.Forms.MouseEventHandler(this.canvasUI_MouseUp);
    57           this.canvasUI.KeyDown += new System.Windows.Forms.KeyEventHandler(this.canvasUI1_KeyDown);
    5857          //
    5958          // contextMenu
  • trunk/sources/HeuristicLab.Visualization/3.2/LineChart.cs

    r1993 r2013  
    682682    }
    683683
    684     private void canvasUI1_KeyDown(object sender, KeyEventArgs e) {}
    685 
    686684    private void canvasUI1_MouseDown(object sender, MouseEventArgs e) {
    687685      Focus();
Note: See TracChangeset for help on using the changeset viewer.