Commit 2b677ade authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix print

ToDo print each range on new page (now only last)
parent 6158f1c6
......@@ -1641,7 +1641,8 @@
var maxCols = this.model.getColsCount();
var maxRows = this.model.getRowsCount();
var lastC = -1, lastR = -1;
var activeRange = printOnlySelection ? this.activeRange : null;
// ToDo print each range on new page (now only last)
var activeRange = printOnlySelection ? this.model.selectionRange.getLast() : null;
var bFitToWidth = false;
var bFitToHeight = false;
......
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