This commit is contained in:
Alexey Koshelev
2025-12-29 12:48:46 +03:00
parent 80c7bfd8a1
commit 6e2c70fc5c

View File

@ -560,7 +560,7 @@ define([
pages = 'all';
this._state.firstPrintPage = 0;
} else if (this.printSettings.cmbRange.getValue() === 'current') {
pages = String(this._navigationPreview.currentPage);
pages = String(this._navigationPreview.currentPage + 1);
this._state.firstPrintPage = this._navigationPreview.currentPage;
}