FIX:fixed the invisibility of the cancel button when sending fails
Change-Id: I32e9cf0c5846565a3bc9155c57289be9df148bde
This commit is contained in:
@ -35,9 +35,9 @@ void GUI::Job::update_percent_finish()
|
||||
m_progress->clear_percent();
|
||||
}
|
||||
|
||||
void GUI::Job::show_networking_test()
|
||||
void GUI::Job::show_networking_test(wxString msg)
|
||||
{
|
||||
m_progress->show_networking_test();
|
||||
m_progress->show_networking_test(msg);
|
||||
}
|
||||
|
||||
GUI::Job::Job(std::shared_ptr<ProgressIndicator> pri)
|
||||
|
||||
Reference in New Issue
Block a user