Commit ce440aa9 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 32449

move selection of cells by using the arrow keys:
- fix hidden cells in selection
- fix merged
parent 158b0c73
......@@ -6852,8 +6852,8 @@
ar.type = c_oAscSelectionType.RangeCells;
ar.startCol = p.col;
ar.startRow = p.row;
this._fixSelectionOfMergedCells();
this._fixSelectionOfHiddenCells( dc >= 0 ? +1 : -1, dr >= 0 ? +1 : -1 );
this._fixSelectionOfMergedCells();
};
// Движение активной ячейки в выделенной области
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment