https://bugs.freedesktop.org/show_bug.cgi?id=35079
--- Comment #20 from Lennard Wasserthal <[email protected]> 2012-08-04 08:22:50 UTC --- Solved! I found out that if you Change in drawinglayer/source/primitive2d/baseprimitive2d.cxx # Line Nr about 127 in my git Function basegfx::B2DRange getB2DRangeFromPrimitive2DReference(const Primitive2DReference& rCandidate, const geometry::ViewInformation2D& aViewInformation) in a way that after if(rCandidate.is()) { You add the further condition if ((dynamic_cast< BasePrimitive2D*>(rCandidate.get()))->getPrimitive2DID()!=45) // Excludes auxiliary selection shape which is wrongly rotated { the Problem ceases to exist. Should I submit this now, or should I first watch what adverse effects this brings with itself? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
