FIX: [STUDIO-2074] Release note language switching
Change-Id: I40115874abbbb7b2d8f6d28b9616c97c1180d156
This commit is contained in:
parent
40e1f8d7dd
commit
8620e3ff85
1 changed files with 2 additions and 0 deletions
|
@ -3357,6 +3357,8 @@ void GUI_App::recreate_GUI(const wxString& msg_name)
|
|||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << "recreate_GUI enter";
|
||||
m_is_recreating_gui = true;
|
||||
|
||||
update_http_extra_header();
|
||||
|
||||
mainframe->shutdown();
|
||||
|
||||
ProgressDialog dlg(msg_name, msg_name, 100, nullptr, wxPD_AUTO_HIDE);
|
||||
|
|
Loading…
Reference in a new issue