mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibGUI: Convert GWidget to ObjectPtr
This commit is contained in:
@@ -30,7 +30,7 @@ VBWidget::~VBWidget()
|
||||
{
|
||||
m_form.m_gwidget_map.remove(m_gwidget);
|
||||
m_form.m_selected_widgets.remove(this);
|
||||
delete m_gwidget;
|
||||
m_gwidget->parent()->remove_child(*m_gwidget);
|
||||
}
|
||||
|
||||
Rect VBWidget::rect() const
|
||||
|
||||
Reference in New Issue
Block a user