Kaydet (Commit) 473a118a authored tarafından Armin Le Grand's avatar Armin Le Grand

i115391 corected from isLocked to IsPasteResize which was used in modifiers for…

i115391 corected from isLocked to IsPasteResize which was used in modifiers for CustomShape and TextShape
üst 832e39ab
......@@ -648,7 +648,7 @@ FASTBOOL SdrTextObj::NbcSetAutoGrowHeight(bool bAuto)
// states of IsAutoGrowWidth/Height to correctly set TextMinFrameWidth/Height
void SdrTextObj::AdaptTextMinSize()
{
if(bTextFrame && (!pModel || !pModel->isLocked()))
if(bTextFrame && (!pModel || !pModel->IsPasteResize()))
{
const bool bW(IsAutoGrowWidth());
const bool bH(IsAutoGrowHeight());
......
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