[Webkit-unassigned] [Bug 94560] [EFL] Support slider tick mark snapping
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 21 17:43:10 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=94560
--- Comment #3 from KwangYong Choi <ky0.choi at samsung.com> 2012-08-21 17:43:07 PST ---
(In reply to comment #2)
> (From update of attachment 159591 [details])
> 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?
I refer to already merged code above this method.
int RenderThemeEfl::sliderTickOffsetFromTrackCenter() const
{
static const int sliderTickOffset = -12;
return sliderTickOffset;
}
What shall I do? change it to 'return 5;' with a comment?
--
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