mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
TextEditor: Update status bar to use clickable Segments
Adds two new Segments to TextEditor's status bar to quickly change and display syntax highlighting and line and column info.
This commit is contained in:
committed by
Andreas Kling
parent
94b74937d8
commit
b9f81b91a6
@@ -88,6 +88,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
}
|
||||
}
|
||||
text_widget->update_title();
|
||||
text_widget->update_statusbar();
|
||||
|
||||
return app->exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user