Changeset 15336 for trunk/sources/HeuristicLab.Problems.TestFunctions.Views/3.3/SingleObjectiveTestFunctionSolutionView.cs
- Timestamp:
- 08/22/17 10:57:14 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions.Views/3.3/SingleObjectiveTestFunctionSolutionView.cs
r14185 r15336 136 136 137 137 private void GenerateImage() { 138 if (pictureBox.Enabled && pictureBox.Width > 0 && pictureBox.Height > 0) {138 if (pictureBox.Enabled && Content.BestRealVector.Length == 2 && pictureBox.Width > 0 && pictureBox.Height > 0) { 139 139 if (Content == null) { 140 140 pictureBox.Image = null;
Note: See TracChangeset
for help on using the changeset viewer.