1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:57:35 +00:00

HackStudio: Fix update modified document on tab widget

Closes #14297
This commit is contained in:
Federico Guerinoni 2022-08-04 16:23:11 +02:00 committed by Sam Atkins
parent 272917de28
commit 8753dc72e8
4 changed files with 11 additions and 2 deletions

View file

@ -79,6 +79,9 @@ public:
static Vector<String> read_recent_projects();
void update_current_editor_title();
void update_window_title();
private:
static constexpr size_t recent_projects_history_size = 15;
@ -160,8 +163,6 @@ private:
void update_gml_preview();
void update_tree_view();
void update_window_title();
void update_current_editor_title();
void on_cursor_change();
void file_renamed(String const& old_name, String const& new_name);