Path: blob/main/cad/OrcaSlicer/files/patch-src_slic3r_GUI_CalibrationWizardStartPage.cpp
34610 views
--- src/slic3r/GUI/CalibrationWizardStartPage.cpp.orig 2025-10-02 17:32:12 UTC1+++ src/slic3r/GUI/CalibrationWizardStartPage.cpp2@@ -128,7 +128,7 @@ void CalibrationPAStartPage::create_page(wxWindow* par34m_top_sizer->Add(m_action_panel, 0, wxEXPAND, 0);56-#ifdef __linux__7+#if defined(__linux__) || defined(__FreeBSD__)8wxGetApp().CallAfter([this]() {9m_when_content->SetMinSize(m_when_content->GetSize() + wxSize{ 0, wxWindow::GetCharHeight() });10m_about_content->SetMinSize(m_about_content->GetSize() + wxSize{ 0, wxWindow::GetCharHeight() });11@@ -270,7 +270,7 @@ void CalibrationFlowRateStartPage::create_page(wxWindo1213m_top_sizer->Add(m_action_panel, 0, wxEXPAND, 0);1415-#ifdef __linux__16+#if defined(__linux__) || defined(__FreeBSD__)17wxGetApp().CallAfter([this, auto_cali_content, extra_text]() {18m_when_content->SetMinSize(m_when_content->GetSize() + wxSize{ 0, wxWindow::GetCharHeight() });19auto_cali_content->SetMinSize(auto_cali_content->GetSize() + wxSize{ 0, wxWindow::GetCharHeight() });202122