mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
This commit is contained in:
parent
4ea229accd
commit
93851c3832
25 changed files with 38 additions and 36 deletions
|
@ -19,7 +19,7 @@ GStatusBar::GStatusBar(GWidget* parent)
|
|||
m_label->set_frame_thickness(1);
|
||||
m_label->set_text_alignment(TextAlignment::CenterLeft);
|
||||
|
||||
m_corner = new GResizeCorner(this);
|
||||
m_corner = GResizeCorner::construct(this);
|
||||
}
|
||||
|
||||
GStatusBar::~GStatusBar()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue