[Webkit-unassigned] [Bug 161735] [GTK] Scrollbar too large

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 12 09:46:53 PDT 2016


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

--- Comment #14 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 288568
  --> https://bugs.webkit.org/attachment.cgi?id=288568
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=288568&action=review

>> Source/WebCore/platform/gtk/ScrollbarThemeGtk.cpp:531
>> +    static std::unique_ptr<RenderThemeGadget> sliderGadget;
> 
> You overwrite it each time you use it, so it doesn't make sense for it to be static, right? Fix this please.

Good catch! this is just wrong, I wanted to copy paste the type from the create method in RenderThemeGadget.h but included the static in the selection, thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160912/2c455565/attachment.html>


More information about the webkit-unassigned mailing list