mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-07 15:27:42 -07:00
FIX:update printer_name status after change plate
jira: none Change-Id: I35b0b1e739a6db580dc48f54ca59a9a6cb787d7c (cherry picked from commit 60eeab896b279824e58823c3c45685ddf78f1cfa)
This commit is contained in:
parent
7315b69b02
commit
217084d3c3
1 changed files with 2 additions and 2 deletions
|
|
@ -136,6 +136,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);
|
||||
|
||||
|
|
@ -1206,8 +1207,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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue