FIX: something gui

Change-Id: Ia5ed59d2acca441030a917ae6867cca70bb2231f
Jira: STUDIO-9705, STUDIO-9714
(cherry picked from commit 7bf976babc8d12118200c5ebe8f1df976d269199)
This commit is contained in:
chunmao.guo
2025-01-11 09:04:47 +08:00
committed by Noisyfox
parent a7578be62f
commit b1b9c02368
3 changed files with 12 additions and 7 deletions

View File

@@ -1244,11 +1244,6 @@ void PlaterPresetComboBox::update()
}
update_selection();
if (m_type == Preset::TYPE_PRINTER && !selected_system_preset.empty()) {
auto label = GetLabel();
label.Replace("Bambu Lab ", "");
SetLabel(label);
}
Thaw();
if (!tooltip.IsEmpty()) {