diff --git a/Libraries/LibWeb/Painting/Command.h b/Libraries/LibWeb/Painting/Command.h index d35945ab5ef..25b6b0ea635 100644 --- a/Libraries/LibWeb/Painting/Command.h +++ b/Libraries/LibWeb/Painting/Command.h @@ -411,6 +411,7 @@ struct PaintScrollBar { void translate_by(Gfx::IntPoint const& offset) { + gutter_rect.translate_by(offset); thumb_rect.translate_by(offset); } };