Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3481


Ignore:
Timestamp:
04/22/10 00:10:14 (14 years ago)
Author:
mkommend
Message:

fixed ToolTips in SymbolicExpressionTreeChart (ticket #938)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/SymbolicExpressionTreeChart.Designer.cs

    r3470 r3481  
    3333      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    3434      this.Name = "SymbolicExpressionTreeChart";
     35      this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SymbolicExpressionTreeChart_MouseMove);
     36      this.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SymbolicExpressionTreeChart_MouseDoubleClick);
     37      this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SymbolicExpressionTreeChart_MouseClick);
     38      this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SymbolicExpressionTreeChart_MouseDown);
     39      this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SymbolicExpressionTreeChart_MouseUp);
    3540      this.ResumeLayout(false);
     41
    3642    }
    3743
Note: See TracChangeset for help on using the changeset viewer.