[ros-bugs] [Bug 4135] Fix Rectangle, Ellipse, RoundRect, Polygon

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Sun Feb 8 11:59:11 CET 2009


http://www.reactos.org/bugzilla/show_bug.cgi?id=4135


jimtabor <jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #3537 is|0                           |1
           obsolete|                            |
         AssignedTo|ros-bugs at reactos.org        |jimtabor at adsl-64-217-116-
                   |                            |74.dsl.hstntx.swbell.net
             Status|NEW                         |ASSIGNED




--- Comment #3 from jimtabor <jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net>  2009-02-07 20:16:41 CET ---
Created an attachment (id=3541)
 --> (http://www.reactos.org/bugzilla/attachment.cgi?id=3541)
Patch

Hi,
Looks much better!!! Will commit ASAP.
Thanks,
James


--- Comment #4 from jimtabor <jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net>  2009-02-07 20:17:18 CET ---
Created an attachment (id=3542)
 --> (http://www.reactos.org/bugzilla/attachment.cgi?id=3542)
Patch

Hi,
Looks much better!!! Will commit ASAP.
Thanks,
James


--- Comment #5 from jimtabor <jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net>  2009-02-07 20:18:07 CET ---
Created an attachment (id=3543)
 --> (http://www.reactos.org/bugzilla/attachment.cgi?id=3543)
Patch

Hi,
Looks much better!!! Will commit ASAP.
Thanks,
James


--- Comment #6 from jimtabor <jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net>  2009-02-07 20:18:56 CET ---
LOL,
What a mess~


--- Comment #7 from jimtabor <jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net>  2009-02-07 20:19:33 CET ---
LOL,
What a mess~ Mail server is down~


--- Comment #8 from grschneider <grschneider at gmail.com>  2009-02-08 11:59:11 CET ---
What are all of these code parts good for?

+            BrushOrigin = *((PPOINTL)&FillBrushObj->ptOrigin);
+            BrushOrigin.x = DestRect.left-Left;
+            BrushOrigin.y = DestRect.top-Top;

First full point data is copied, then it's overwritten. I see this code three
time in the patch. Why?


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Ros-bugs mailing list