Commit 90ec768d authored by Sergey Luzyanin's avatar Sergey Luzyanin Committed by Alexander.Trofimov

Bug #32041 - MS Excel считает экспортированную книгу поврежденной и удаляет в...

Bug #32041 - MS Excel считает экспортированную книгу поврежденной и удаляет в 3D диаграмму типа Column или Bar с включенным отображением подписей данных
parent a8e4e78f
......@@ -3125,6 +3125,10 @@ DrawingObjectsController.prototype =
finish_dlbl_pos = DLBL_POS_CTR;
}
}
if(chart.view3D)
{
finish_dlbl_pos = null;
}
break;
}
case historyitem_type_LineChart:
......
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