mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: update the text ctrl directly
jira: [STUDIO-10611] Change-Id: I062b331f793e67b652b7a63b393b590ffe294cc5 (cherry picked from commit 0a73a7aaefb2174e91bdece30d9d97b3c788fd07)
This commit is contained in:
@@ -4248,7 +4248,7 @@ void SelectMachineDialog::set_default_from_sdcard()
|
||||
MachineObject *obj_ = dev_manager->get_selected_machine();
|
||||
if (!obj_) { return; };
|
||||
|
||||
m_comboBox_printer->SetValue(obj_->dev_name);
|
||||
m_comboBox_printer->GetTextCtrl()->SetValue(obj_->dev_name);
|
||||
|
||||
m_print_plate_total = m_required_data_plate_data_list.size();
|
||||
update_page_turn_state(true);
|
||||
|
||||
Reference in New Issue
Block a user