Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/02/13 13:44:53 (11 years ago)
Author:
ascheibe
Message:

#2031 adapted views to changes in help system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/StatisticalTestingView.cs

    r9917 r9922  
    238238
    239239    private void CalculateValues() {
    240       MainFormManager.GetMainForm<HeuristicLab.MainForm.WindowsForms.MainForm>().AddOperationProgressToView(this, "Calculating...");
    241       Task.Factory.StartNew(CalculateValuesAsync);
     240      if (data != null) {
     241        MainFormManager.GetMainForm<HeuristicLab.MainForm.WindowsForms.MainForm>()
     242          .AddOperationProgressToView(this, "Calculating...");
     243        Task.Factory.StartNew(CalculateValuesAsync);
     244      }
    242245    }
    243246
Note: See TracChangeset for help on using the changeset viewer.