mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibGUI: Convert GToolBar to ObjectPtr
This commit is contained in:
@@ -21,7 +21,7 @@ TextEditorWidget::TextEditorWidget()
|
||||
set_layout(make<GBoxLayout>(Orientation::Vertical));
|
||||
layout()->set_spacing(0);
|
||||
|
||||
auto* toolbar = new GToolBar(this);
|
||||
auto toolbar = GToolBar::construct(this);
|
||||
m_editor = GTextEditor::construct(GTextEditor::MultiLine, this);
|
||||
m_editor->set_ruler_visible(true);
|
||||
m_editor->set_automatic_indentation_enabled(true);
|
||||
|
||||
Reference in New Issue
Block a user