Kaydet (Commit) 832e39ab authored tarafından Armin Le Grand's avatar Armin Le Grand

i115391 corected from SetObejctItem to usage of local SfxItemSet

üst 14f325fd
...@@ -681,7 +681,7 @@ void SdrTextObj::AdaptTextMinSize() ...@@ -681,7 +681,7 @@ void SdrTextObj::AdaptTextMinSize()
if(IsVerticalWriting() && bDisableAutoWidthOnDragging) if(IsVerticalWriting() && bDisableAutoWidthOnDragging)
{ {
bDisableAutoWidthOnDragging = false; bDisableAutoWidthOnDragging = false;
SetObjectItem(SdrTextAutoGrowHeightItem(false)); aSet.Put(SdrTextAutoGrowHeightItem(false));
} }
} }
......
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