mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX:fixed input ip dlg cant skip next step when playing liveview
Change-Id: I43c804babfc5e386f1218c9546acbf612d07703c
This commit is contained in:
parent
170a24a43f
commit
6948fb7546
3 changed files with 14 additions and 12 deletions
|
@ -243,6 +243,7 @@ void MediaPlayCtrl::Stop(wxString const &msg)
|
|||
if (wxGetApp().show_modal_ip_address_enter_dialog(_L("LAN Connection Failed (Failed to start liveview)"))) {
|
||||
m_failed_retry = 0;
|
||||
m_next_retry = wxDateTime::Now();
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (m_next_retry.IsValid())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue