- Timestamp:
- 07/09/14 13:21:16 (10 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.DataAnalysis.Views
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/AbstractFeatureCorrelationView.cs
r11158 r11159 57 57 partitionComboBox.DataSource = Partitions; 58 58 partitionComboBox.SelectedItem = TRAININGSAMPLES; 59 progressPanel.Visible = false; 59 60 } 60 61 … … 78 79 CalculateCorrelation(); 79 80 } else { 81 progressPanel.Visible = false; 80 82 dataView.Maximum = 0; 81 83 dataView.Minimum = 0;
Note: See TracChangeset
for help on using the changeset viewer.