fix the assert issue under debug mode

Change-Id: I02b5e4e3229f695d89ac6f04aadeb831810dd3ff
This commit is contained in:
lane.wei 2022-08-30 22:27:25 +08:00 committed by Lane.Wei
parent 73b84a5e77
commit 562b52c6b9
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}