mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 18:17:34 +00:00
HackStudio: Call update_gml_preview() to reset when opening new project
This commit is contained in:
parent
5ca888132d
commit
3ce96134b5
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ void HackStudioWidget::open_project(const String& root_path)
|
||||||
m_todo_entries_widget->clear();
|
m_todo_entries_widget->clear();
|
||||||
m_terminal_wrapper->clear_including_history();
|
m_terminal_wrapper->clear_including_history();
|
||||||
stop_debugger_if_running();
|
stop_debugger_if_running();
|
||||||
|
update_gml_preview();
|
||||||
}
|
}
|
||||||
m_project = Project::open_with_root_path(root_path);
|
m_project = Project::open_with_root_path(root_path);
|
||||||
VERIFY(m_project);
|
VERIFY(m_project);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue