[Webkit-unassigned] [Bug 136739] [EFL][WK2] Minibrowser : Support Zoom on Control key + scroll

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 16 22:46:50 PDT 2014


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





--- Comment #2 from Gyuyoung Kim <gyuyoung.kim at webkit.org>  2014-09-16 22:46:52 PST ---
(From update of attachment 238105)
View in context: https://bugs.webkit.org/attachment.cgi?id=238105&action=review

> Tools/MiniBrowser/efl/main.c:312
> +        if (ev->z == -1 && zoom_level_set(ewk_view, window->current_zoom_level + 1)) {

Isn't ewk_view same with window->ewk_view ? If so, how about using window->ewk_view instead of ewk_view for readability ?

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