mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibGfx: Unpublish Gfx::Rect from global namespace
This commit is contained in:
@@ -55,7 +55,7 @@ HtmlView::HtmlView(GUI::Widget* parent)
|
||||
update();
|
||||
return;
|
||||
}
|
||||
Rect adjusted_rect = content_rect;
|
||||
Gfx::Rect adjusted_rect = content_rect;
|
||||
adjusted_rect.set_location(to_widget_position(content_rect.location()));
|
||||
update(adjusted_rect);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user