remove unused refresh_plugin_tips
already called in onDocumentLoaded when switch language Change-Id: I78cfac62ea772baebc04bc7124976b75b7124199
This commit is contained in:
parent
ab7628ac76
commit
988910f986
|
@ -2578,10 +2578,6 @@ void GUI_App::recreate_GUI(const wxString& msg_name)
|
||||||
// });
|
// });
|
||||||
|
|
||||||
m_is_recreating_gui = false;
|
m_is_recreating_gui = false;
|
||||||
|
|
||||||
CallAfter([this]() {
|
|
||||||
mainframe->refresh_plugin_tips();
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI_App::system_info()
|
void GUI_App::system_info()
|
||||||
|
|
Loading…
Reference in New Issue