Commit 822aa1bd authored by GoshaZotov's avatar GoshaZotov

+ previous merge

parent 7bd5b2b0
...@@ -12152,7 +12152,7 @@ ...@@ -12152,7 +12152,7 @@
var selectionRange = t.model.selectionRange; var selectionRange = t.model.selectionRange;
var activeCell = selectionRange.activeCell.clone(); var activeCell = selectionRange.activeCell.clone();
var activeCellRange = new Asc.Range(activeCell.col, activeCell.row, activeCell.col, activeCell.row); var activeCellRange = new Asc.Range(activeCell.col, activeCell.row, activeCell.col, activeCell.row);
var expandRange = t.model.autoFilters._getAdjacentCellsAF(activeCellRange); var expandRange = t.model.autoFilters._getAdjacentCellsAF(activeCellRange, true);
//change selection //change selection
t.setSelection(expandRange); t.setSelection(expandRange);
......
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