[Webkit-unassigned] [Bug 51815] [GTK] Port check and radio button painting to GtkStyleContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 10 08:52:20 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=51815


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78396|review?                     |review-
               Flag|                            |




--- Comment #4 from Martin Robinson <mrobinson at webkit.org>  2011-01-10 08:52:20 PST ---
(From update of attachment 78396)
View in context: https://bugs.webkit.org/attachment.cgi?id=78396&action=review

> Source/WebCore/platform/gtk/RenderThemeGtk3.cpp:220
> +    IntRect indicatorRect(rect.x(), rect.y() + ((rect.height() - indicatorSize) / 2), indicatorSize, indicatorSize);

It seems like ((rect.height() - indicatorSize) / 2) is dead code, so it should probably be removed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list