mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-21 12:02:17 -07:00
FIX: update the text ctrl directly
jira: [STUDIO-10611] Change-Id: I062b331f793e67b652b7a63b393b590ffe294cc5 (cherry picked from commit 0a73a7aaefb2174e91bdece30d9d97b3c788fd07)
This commit is contained in:
parent
6f6c82a0b5
commit
5e63f5f01d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue