From 60eeab896b279824e58823c3c45685ddf78f1cfa Mon Sep 17 00:00:00 2001 From: "zhou.xu" Date: Mon, 13 Jan 2025 17:12:27 +0800 Subject: [PATCH] FIX:update printer_name status after change plate jira: none Change-Id: I35b0b1e739a6db580dc48f54ca59a9a6cb787d7c --- src/slic3r/GUI/SyncAmsInfoDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/GUI/SyncAmsInfoDialog.cpp b/src/slic3r/GUI/SyncAmsInfoDialog.cpp index 17a384c56..b26346622 100644 --- a/src/slic3r/GUI/SyncAmsInfoDialog.cpp +++ b/src/slic3r/GUI/SyncAmsInfoDialog.cpp @@ -134,6 +134,7 @@ void SyncAmsInfoDialog::updata_ui_data_after_connected_printer() { if (is_dirty_filament()) { return; } show_sizer(m_plate_combox_sizer, true); + update_printer_name();//m_printer_is_map_title is in m_plate_combox_sizer show_sizer(m_sizer_line, true); show_sizer(m_sizer_two_image, true); @@ -1202,8 +1203,7 @@ SyncAmsInfoDialog::SyncAmsInfoDialog(wxWindow *parent, SyncInfo &info) : bSizer->Add(more_setting_sizer, 0, wxEXPAND | wxLEFT, FromDIP(25)); wxBoxSizer *confirm_boxsizer = new wxBoxSizer(wxVERTICAL); - m_confirm_title = new wxStaticText(this, wxID_ANY, - _L("All of your configured filament presets and colors will discarded after sync."), + m_confirm_title = new wxStaticText(this, wxID_ANY, "After sync, all currently configured filament presets and colors will be discarded.", wxDefaultPosition, wxDefaultSize); //m_confirm_title->Wrap(FromDIP(SyncAmsInfoDialogWidth - 50)); //m_confirm_title->SetFont(Label::Head_14);