mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-16 15:30:09 +00:00
WebContent+LibWeb: Add an option to disable painting viewport scrollbars
This commit is contained in:
parent
7c3b590d44
commit
639ed5a052
Notes:
github-actions[bot]
2025-01-15 12:35:17 +00:00
Author: https://github.com/tcl3
Commit: 639ed5a052
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2962
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 18 additions and 7 deletions
|
@ -21,6 +21,8 @@
|
|||
|
||||
namespace Web::Painting {
|
||||
|
||||
extern bool g_paint_viewport_scrollbars;
|
||||
|
||||
class PaintableBox : public Paintable
|
||||
, public ClippableAndScrollable {
|
||||
GC_CELL(PaintableBox, Paintable);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue