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()
@ -1690,7 +1690,7 @@ InputIpAddressDialog::InputIpAddressDialog(wxWindow *parent)
m_step_icon_panel2->SetMinSize(wxSize(-1, m_tip2->GetBestSize().y)); m_step_icon_panel2->SetMinSize(wxSize(-1, m_tip2->GetBestSize().y));
m_step_icon_panel2->SetMaxSize(wxSize(-1, m_tip2->GetBestSize().y)); m_step_icon_panel2->SetMaxSize(wxSize(-1, m_tip2->GetBestSize().y));
m_sizer_msg->Layout(); m_sizer_msg->Layout();
m_sizer_main_left->Add(m_step_icon_panel1, 0, wxEXPAND, 0); m_sizer_main_left->Add(m_step_icon_panel1, 0, wxEXPAND, 0);
@ -1775,7 +1775,7 @@ InputIpAddressDialog::InputIpAddressDialog(wxWindow *parent)
}); });
} }
void InputIpAddressDialog::switch_input_panel(int index) void InputIpAddressDialog::switch_input_panel(int index)
{ {
if (index == 0) { if (index == 0) {
ip_input_top_panel->Show(); ip_input_top_panel->Show();