diff --git a/DevTools/HackStudio/main.cpp b/DevTools/HackStudio/main.cpp index 4c417ac64b..4cfd64bd01 100644 --- a/DevTools/HackStudio/main.cpp +++ b/DevTools/HackStudio/main.cpp @@ -315,4 +315,6 @@ void open_file(const String& filename) g_currently_open_file = filename; g_window->set_title(String::format("%s - HackStudio", g_currently_open_file.characters())); g_project_list_view->update(); + + g_text_editor->set_focus(true); }