Changeset 13942
- Timestamp:
- 06/28/16 14:26:13 (8 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/RegressionSolutionView.Designer.cs
r13766 r13942 67 67 this.btnImpactCalculation.UseVisualStyleBackColor = true; 68 68 this.btnImpactCalculation.Click += new System.EventHandler(this.btnImpactCalculation_Click); 69 this.toolTip.SetToolTip(this.btnImpactCalculation, " Simplify solution");69 this.toolTip.SetToolTip(this.btnImpactCalculation, "Calculate impacts"); 70 70 // 71 71 // flowLayoutPanel -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/RegressionSolutionView.cs
r13766 r13942 43 43 } 44 44 45 protected override void SetEnabledStateOfControls() { 46 base.SetEnabledStateOfControls(); 47 btnImpactCalculation.Enabled = Content != null && !Locked; 48 } 49 45 50 protected virtual void btnImpactCalculation_Click(object sender, EventArgs e) { 46 51 var mainForm = (MainForm.WindowsForms.MainForm)MainFormManager.MainForm;
Note: See TracChangeset
for help on using the changeset viewer.