mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/272
This commit is contained in:
@ -637,6 +637,8 @@ void odf_drawing_context::end_drawing()
|
|||||||
draw->common_draw_attlists_.shape_with_text_and_styles_.common_shape_draw_attlist_.drawooo_display_ = L"printer"; // L"none" ???
|
draw->common_draw_attlists_.shape_with_text_and_styles_.common_shape_draw_attlist_.drawooo_display_ = L"printer"; // L"none" ???
|
||||||
if (!impl_->current_drawing_state_.xml_id_.empty())
|
if (!impl_->current_drawing_state_.xml_id_.empty())
|
||||||
draw->xml_id_ = impl_->current_drawing_state_.xml_id_;
|
draw->xml_id_ = impl_->current_drawing_state_.xml_id_;
|
||||||
|
if (impl_->anchor_settings_.style_wrap_)
|
||||||
|
impl_->current_graphic_properties->style_wrap_ = *impl_->anchor_settings_.style_wrap_;
|
||||||
|
|
||||||
std::wstring strTransform;
|
std::wstring strTransform;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user