Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/15/10 16:28:27 (14 years ago)
Author:
mkommend
Message:

Fixed copying of values from the StringConvertibleMatrixView (ticket #1230).

File:
1 edited

Legend:

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

    r4546 r4600  
    310310          if (cell.Selected) {
    311311            s.Append(Content.GetValue(rowIndex, column.Index));
     312            s.Append('\t');
    312313          }
    313           s.Append('\t');
     314
    314315          column = dataGridView.Columns.GetNextColumn(column, DataGridViewElementStates.Visible, DataGridViewElementStates.None);
    315316        }
Note: See TracChangeset for help on using the changeset viewer.