Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/13 16:03:44 (11 years ago)
Author:
ascheibe
Message:

#2035

  • moved EnhancedStringConvertibleMatrixView to Data.Views
  • fixed a bug that occurred when no row visibility was set which resulted in empty row headers and an exception when changing the row visibility
Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/AbstractFeatureCorrelationView.Designer.cs

    r8881 r9379  
    6060      this.progressPanel = new System.Windows.Forms.Panel();
    6161      this.progressLabel = new System.Windows.Forms.Label();
    62       this.dataView = new HeuristicLab.Problems.DataAnalysis.Views.EnhancedStringConvertibleMatrixView();
     62      this.dataView = new HeuristicLab.Data.Views.EnhancedStringConvertibleMatrixView();
    6363      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
    6464      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     
    240240    protected System.Windows.Forms.Panel progressPanel;
    241241    protected System.Windows.Forms.Label progressLabel;
    242     protected HeuristicLab.Problems.DataAnalysis.Views.EnhancedStringConvertibleMatrixView dataView;
     242    protected HeuristicLab.Data.Views.EnhancedStringConvertibleMatrixView dataView;
    243243
    244244  }
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj

    r9288 r9379  
    161161    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
    162162      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
    163     </Compile>
    164     <Compile Include="FeatureCorrelation\EnhancedStringConvertibleMatrixView.cs">
    165       <SubType>UserControl</SubType>
    166     </Compile>
    167     <Compile Include="FeatureCorrelation\EnhancedStringConvertibleMatrixView.Designer.cs">
    168       <DependentUpon>EnhancedStringConvertibleMatrixView.cs</DependentUpon>
    169163    </Compile>
    170164    <Compile Include="FeatureCorrelation\FeatureCorrelationCalculator.cs" />
Note: See TracChangeset for help on using the changeset viewer.