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

@@ -40,6 +40,7 @@ EditorWrapper::EditorWrapper()
m_editor->on_modified_change = [this](bool) {
update_title();
update_editor_window_title();
};
}