mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibGUI: Convert GWidget to ObjectPtr
This commit is contained in:
@@ -19,7 +19,7 @@ GScrollableWidget::GScrollableWidget(GWidget* parent)
|
||||
update();
|
||||
};
|
||||
|
||||
m_corner_widget = new GWidget(this);
|
||||
m_corner_widget = GWidget::construct(this);
|
||||
m_corner_widget->set_fill_with_background_color(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user