This commit is contained in:
parent
dde998479b
commit
81b22109e6
@ -2166,11 +2166,11 @@ namespace Volian.Controls.Library
|
||||
//}
|
||||
this.Rows.Remove(strow);
|
||||
this.AdjustMergedRows(strow, false, true);
|
||||
if (mergedRow)
|
||||
{
|
||||
cnt++;
|
||||
//if (mergedRow)
|
||||
//{
|
||||
//cnt++;
|
||||
mergedRow = false;
|
||||
}
|
||||
//}
|
||||
}
|
||||
MyBorders.DeleteRows(strow, cnt);
|
||||
this.AdjustGridControlSize();
|
||||
@ -2197,11 +2197,11 @@ namespace Volian.Controls.Library
|
||||
//}
|
||||
this.Cols.Remove(stcol);
|
||||
this.AdjustMergedColumns(stcol, false, true);
|
||||
if (mergedCol)
|
||||
{
|
||||
cnt++;
|
||||
//if (mergedCol)
|
||||
//{
|
||||
// //cnt++;
|
||||
mergedCol = false;
|
||||
}
|
||||
//}
|
||||
}
|
||||
MyBorders.DeleteColumns(stcol, cnt);
|
||||
this.AdjustGridControlSize();
|
||||
|
Loading…
x
Reference in New Issue
Block a user