[Webkit-unassigned] [Bug 94560] [EFL] Support slider tick mark snapping

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 07:39:43 PDT 2012


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





--- Comment #2 from Raphael Kubo da Costa (rakuco) <rakuco at webkit.org>  2012-08-21 07:39:39 PST ---
(From update of attachment 159591)
View in context: https://bugs.webkit.org/attachment.cgi?id=159591&action=review

> Source/WebCore/platform/efl/RenderThemeEfl.cpp:817
> +    static const int threshold = 5;
> +
> +    return threshold;

Why not `return 5', perhaps with a comment explaining where the number came from?

-- 
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