Kaydet (Commit) 9ee0cf63 authored tarafından Armin Le Grand's avatar Armin Le Grand Kaydeden (comit) David Tardon

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
(cherry picked from commit 473a118a)
üst f9cc7509
......@@ -566,7 +566,7 @@ bool SdrTextObj::NbcSetMaxTextFrameHeight(long nHgt)
// 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