for bug 78491

This commit is contained in:
Sergey Luzyanin
2025-11-18 17:15:26 +03:00
parent 40f9d667cb
commit 100950c07d

View File

@ -631,6 +631,9 @@
};
RotateTrackShapeImage.prototype.draw = function (overlay) {
if(AscFormat.isRealNumber(this.originalObject.selectStartPage) && overlay.SetCurrentPage) {
overlay.SetCurrentPage(this.originalObject.selectStartPage);
}
this.overlayObject.draw(overlay);
};