Kaydet (Commit) 20dee85b authored tarafından Armin Le Grand's avatar Armin Le Grand Kaydeden (comit) Caolán McNamara

Resolves: #i116244# need to reset rotation...

when a polygon object in construction becomes more than a simple line

(cherry picked from commit 0c170376)

Change-Id: Ic3b3676b8932b40b1d0206220503cbcdea7385cd
üst 196ec14d
......@@ -1770,6 +1770,10 @@ void SdrPathObj::ImpForceKind()
{
aRect = lcl_ImpGetBoundRect(GetPathPoly());
}
// #i116244# reset rotation
aGeo.nDrehWink = aGeo.nShearWink = 0;
aGeo.RecalcSinCos(); aGeo.RecalcTan();
}
// #i75974# adapt polygon state to object type. This may include a reinterpretation
......
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