From 73bee49b0ba273c15c95e35020dad0c6e0774d6f Mon Sep 17 00:00:00 2001 From: tao wang Date: Tue, 25 Feb 2025 19:52:14 +0800 Subject: [PATCH] FIX:fixed incorrect pop dialog layer jira:[STUDIO-9656] Change-Id: Ie9ffc8eb08322cdc3489b532cbb404425b51d598 (cherry picked from commit c76d8fd96cdcd36720b5c18ef86647af565bc159) --- src/slic3r/GUI/ReleaseNote.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/slic3r/GUI/ReleaseNote.cpp b/src/slic3r/GUI/ReleaseNote.cpp index 91e24bff2d..a1ee564a83 100644 --- a/src/slic3r/GUI/ReleaseNote.cpp +++ b/src/slic3r/GUI/ReleaseNote.cpp @@ -762,7 +762,7 @@ void SecondaryCheckDialog::on_show() m_button_cancel->GetEventHandler()->ProcessEvent(evt_cancel); this->Show(); - this->Raise(); + //this->Raise(); } void SecondaryCheckDialog::on_hide() @@ -1724,7 +1724,7 @@ InputIpAddressDialog::InputIpAddressDialog(wxWindow *parent) m_step_icon_panel2->SetMinSize(wxSize(-1, m_tip2->GetBestSize().y)); m_step_icon_panel2->SetMaxSize(wxSize(-1, m_tip2->GetBestSize().y)); - + m_sizer_msg->Layout(); m_sizer_main_left->Add(m_step_icon_panel1, 0, wxEXPAND, 0); @@ -1810,7 +1810,7 @@ InputIpAddressDialog::InputIpAddressDialog(wxWindow *parent) }); } -void InputIpAddressDialog::switch_input_panel(int index) +void InputIpAddressDialog::switch_input_panel(int index) { m_button_manual_setup->Hide(); if (index == 0) {