Commit f6748907 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

Fix Bug 21931 - [Print] Графический объект добавленный на второй и далее листы...

Fix Bug 21931 - [Print] Графический объект добавленный на второй и далее листы отсутствуют при печати всех листов

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51412 954022d7-b5bf-4e40-9824-e11837661b57
parent ddfb07ab
......@@ -3332,7 +3332,7 @@ function DrawingObjects() {
*****************************************/
// Undo/Redo
if ( worksheet.model.index != api.wb.model.getActive() )
if ( (worksheet.model.index != api.wb.model.getActive()) && !printOptions )
return;
if ( drawingCtx ) {
......
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