Changeset 3546 for trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.cs
- Timestamp:
- 04/27/10 18:51:23 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.cs
r3543 r3546 63 63 this.isSelecting = false; 64 64 65 65 66 66 this.chart.ChartAreas[0].CursorX.IsUserSelectionEnabled = true; 67 67 this.chart.ChartAreas[0].CursorY.IsUserSelectionEnabled = true; … … 293 293 view.Locked = this.Locked; 294 294 view.Show(); 295 } else {295 } else 296 296 this.draggedRun = run; 297 this.chart.ChartAreas[0].CursorX.SetSelectionPosition(double.NaN, double.NaN); 298 this.chart.ChartAreas[0].CursorY.SetSelectionPosition(double.NaN, double.NaN); 299 } 297 this.chart.ChartAreas[0].CursorX.SetSelectionPosition(double.NaN, double.NaN); 298 this.chart.ChartAreas[0].CursorY.SetSelectionPosition(double.NaN, double.NaN); 300 299 } 301 300 }
Note: See TracChangeset
for help on using the changeset viewer.