mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX:update printer_name status after change plate
jira: none Change-Id: I35b0b1e739a6db580dc48f54ca59a9a6cb787d7c (cherry picked from commit 60eeab896b279824e58823c3c45685ddf78f1cfa)
This commit is contained in:
@@ -136,6 +136,7 @@ void SyncAmsInfoDialog::updata_ui_data_after_connected_printer() {
|
|||||||
if (is_dirty_filament()) { return; }
|
if (is_dirty_filament()) { return; }
|
||||||
|
|
||||||
show_sizer(m_plate_combox_sizer, true);
|
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_line, true);
|
||||||
show_sizer(m_sizer_two_image, true);
|
show_sizer(m_sizer_two_image, true);
|
||||||
|
|
||||||
@@ -1206,8 +1207,7 @@ SyncAmsInfoDialog::SyncAmsInfoDialog(wxWindow *parent, SyncInfo &info) :
|
|||||||
bSizer->Add(more_setting_sizer, 0, wxEXPAND | wxLEFT, FromDIP(25));
|
bSizer->Add(more_setting_sizer, 0, wxEXPAND | wxLEFT, FromDIP(25));
|
||||||
|
|
||||||
wxBoxSizer *confirm_boxsizer = new wxBoxSizer(wxVERTICAL);
|
wxBoxSizer *confirm_boxsizer = new wxBoxSizer(wxVERTICAL);
|
||||||
m_confirm_title = new wxStaticText(this, wxID_ANY,
|
m_confirm_title = new wxStaticText(this, wxID_ANY, "After sync, all currently configured filament presets and colors will be discarded.",
|
||||||
_L("All of your configured filament presets and colors will discarded after sync."),
|
|
||||||
wxDefaultPosition, wxDefaultSize);
|
wxDefaultPosition, wxDefaultSize);
|
||||||
//m_confirm_title->Wrap(FromDIP(SyncAmsInfoDialogWidth - 50));
|
//m_confirm_title->Wrap(FromDIP(SyncAmsInfoDialogWidth - 50));
|
||||||
//m_confirm_title->SetFont(Label::Head_14);
|
//m_confirm_title->SetFont(Label::Head_14);
|
||||||
|
|||||||
Reference in New Issue
Block a user