FIX:fixed incorrect pop dialog layer

jira:[STUDIO-9656]

Change-Id: Ie9ffc8eb08322cdc3489b532cbb404425b51d598
This commit is contained in:
tao wang 2025-02-25 19:52:14 +08:00 committed by lane.wei
parent 01918affdf
commit c76d8fd96c
1 changed files with 3 additions and 3 deletions

View File

@ -753,7 +753,7 @@ void SecondaryCheckDialog::on_show()
m_button_cancel->GetEventHandler()->ProcessEvent(evt_cancel); m_button_cancel->GetEventHandler()->ProcessEvent(evt_cancel);
this->Show(); this->Show();
this->Raise(); //this->Raise();
} }
void SecondaryCheckDialog::on_hide() void SecondaryCheckDialog::on_hide()