From fbb9ebcf7d7964cf476bb4d1fb40531d4df2db77 Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Sun, 12 Jan 2025 17:33:02 +0800 Subject: [PATCH] FIX: the dialog display fault jira: [STUDIO-9730] Change-Id: I6ecd12c4ac4710ea63868963a806b219298c86d0 --- src/slic3r/GUI/AmsMappingPopup.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/slic3r/GUI/AmsMappingPopup.cpp b/src/slic3r/GUI/AmsMappingPopup.cpp index 5f1365e96..c6ad05c9b 100644 --- a/src/slic3r/GUI/AmsMappingPopup.cpp +++ b/src/slic3r/GUI/AmsMappingPopup.cpp @@ -1738,6 +1738,8 @@ void AmsReplaceMaterialDialog::update_to_nozzle(int nozzle_id) label_txt->SetLabelText(_L("If there are two identical filaments in AMS, AMS filament backup will be enabled. \n(Currently supporting automatic supply of consumables with the same brand, material type, and color)")); } + label_txt->Wrap(FromDIP(label_txt->GetMinWidth())); + label_txt->Layout(); identical_filament->Hide(); }