mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +00:00
parent
272917de28
commit
8753dc72e8
4 changed files with 11 additions and 2 deletions
|
@ -185,6 +185,12 @@ void set_current_editor_wrapper(RefPtr<EditorWrapper> wrapper)
|
|||
s_hack_studio_widget->set_current_editor_wrapper(wrapper);
|
||||
}
|
||||
|
||||
void update_editor_window_title()
|
||||
{
|
||||
s_hack_studio_widget->update_current_editor_title();
|
||||
s_hack_studio_widget->update_window_title();
|
||||
}
|
||||
|
||||
Locator& locator()
|
||||
{
|
||||
return s_hack_studio_widget->locator();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue