[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Aug 4 10:22:50 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=35079

--- Comment #20 from Lennard Wasserthal <Wasserthal at nefkom.net> 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.



More information about the Libreoffice-bugs mailing list