mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 17:12:07 +00:00
fix the assert issue under debug mode
Change-Id: I02b5e4e3229f695d89ac6f04aadeb831810dd3ff
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user