mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
fix the assert issue under debug mode
Change-Id: I02b5e4e3229f695d89ac6f04aadeb831810dd3ff
This commit is contained in:
parent
73b84a5e77
commit
562b52c6b9
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ void BBLStatusBarSend::set_progress(int val)
|
|||
return;
|
||||
|
||||
//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_cancelbutton);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue