Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/15 17:37:45 (8 years ago)
Author:
gkronber
Message:

#2071

  • added statement to set number of rows parsed which was lost in one of the previous changes
  • added an necessary invoke call in RegressionInstanceProviderView
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/RegressionInstanceProviderView.cs

    r13414 r13441  
    6464          try {
    6565            GenericConsumer.Load(instance);
    66             instancesComboBox.SelectedIndex = -1;
    6766          } catch (IOException ex) {
    6867            ErrorWhileLoading(ex, importTypeDialog.Path);
    6968          } finally {
     69            Invoke((Action)(() => instancesComboBox.SelectedIndex = -1));
    7070            mainForm.RemoveOperationProgressFromContent(activeView.Content);
    7171          }
Note: See TracChangeset for help on using the changeset viewer.