https://issues.apache.org/ooo/show_bug.cgi?id=123932

--- Comment #6 from Armin Le Grand <armin.le.gr...@me.com> ---
SetVerticalWriting was triggered again and again in TextProperties::ItemChange
since SdrTextObj::AdaptTextMinSize() did use the whole SdrObject's ItemSet to
set items again, in that set the item was not yet set, so vertical writing was
switched on/off all the time. It does not happen in Draw/Impress since there
the SdrTextObj is prepared differently.
To prevent that, I changed SdrTextObj::AdaptTextMinSize() to use an empty
ItemSet to only modify the items which need to be changed, so
SvxWritingModeItem will not be touched. Works as expected (all four main apps
checked), preparing commit...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

Reply via email to