Changeset 14747 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views
- Timestamp:
- 03/12/17 13:16:56 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/ExpressionSelectionView.cs
r14727 r14747 57 57 } else { 58 58 if (e.Node.Checked) { 59 Content.EnableExpression(e.Node. Name);59 Content.EnableExpression(e.Node.Text); 60 60 } else { 61 Content.DisableExpression(e.Node. Name);61 Content.DisableExpression(e.Node.Text); 62 62 } 63 63 }
Note: See TracChangeset
for help on using the changeset viewer.