mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
Fix: Only call wxEndBusyCursor when is busy
Change-Id: I8a6085aca652df4892bf5182e34d01c423a17bd6
This commit is contained in:
parent
dbe414c38c
commit
5cedfe2216
1 changed files with 4 additions and 1 deletions
|
@ -1066,7 +1066,10 @@ void SelectMachineDialog::prepare_mode()
|
||||||
if (m_print_job) {
|
if (m_print_job) {
|
||||||
m_print_job->join();
|
m_print_job->join();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (wxIsBusy())
|
||||||
wxEndBusyCursor();
|
wxEndBusyCursor();
|
||||||
|
|
||||||
Enable_Send_Button(true);
|
Enable_Send_Button(true);
|
||||||
|
|
||||||
m_status_bar->reset();
|
m_status_bar->reset();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue