FIX:fixed incorrect pop dialog layer
jira:[STUDIO-9656] Change-Id: Ie9ffc8eb08322cdc3489b532cbb404425b51d598
This commit is contained in:
parent
01918affdf
commit
c76d8fd96c
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue