WebContent+LibWeb: Add an option to disable painting viewport scrollbars

This commit is contained in:
Tim Ledbetter 2024-12-16 11:22:40 +00:00 committed by Sam Atkins
commit 639ed5a052
Notes: github-actions[bot] 2025-01-15 12:35:17 +00:00
3 changed files with 18 additions and 7 deletions

View file

@ -21,6 +21,8 @@
namespace Web::Painting {
extern bool g_paint_viewport_scrollbars;
class PaintableBox : public Paintable
, public ClippableAndScrollable {
GC_CELL(PaintableBox, Paintable);