Changeset 9236 for trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.cs
- Timestamp:
- 02/20/13 13:31:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.cs
r9235 r9236 138 138 this.Invoke(new EventHandler(run_Changed), sender, e); 139 139 else if (!suppressUpdates) { 140 IRun run = (IRun)sender;141 140 UpdateDataPoints(); 142 141 }
Note: See TracChangeset
for help on using the changeset viewer.