Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/20/10 18:00:29 (14 years ago)
Author:
mkommend
Message:

added reaction of color & visibility of IRuns in RunCollectionTabularView (ticket #970)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.cs

    r3444 r3448  
    3434  [Content(typeof(IStringConvertibleMatrix), true)]
    3535  public partial class StringConvertibleMatrixView : AsynchronousContentView {
    36     private int[] virtualRowIndizes;
     36    protected int[] virtualRowIndizes;
    3737    private List<KeyValuePair<int, SortOrder>> sortedColumnIndizes;
    3838    private RowComparer rowComparer;
Note: See TracChangeset for help on using the changeset viewer.