mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 17:45:55 +08:00
fix the assert issue under debug mode
Change-Id: I02b5e4e3229f695d89ac6f04aadeb831810dd3ff
This commit is contained in:
parent
73b84a5e77
commit
562b52c6b9
@ -93,7 +93,7 @@ void BBLStatusBarSend::set_progress(int val)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
//add the logic for arrange/orient jobs, which don't call stop_busy
|
//add the logic for arrange/orient jobs, which don't call stop_busy
|
||||||
if (!m_sizer->IsShown(m_prog)) {
|
if (!m_prog->IsShown()) {
|
||||||
m_sizer->Show(m_prog);
|
m_sizer->Show(m_prog);
|
||||||
m_sizer->Show(m_cancelbutton);
|
m_sizer->Show(m_cancelbutton);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user