FIX: & is not displayed on the sending print page
Jira: STUDIO-5343 Signed-off-by: wenjie.guo <wenjie.guo@bambulab.com> Change-Id: I1736bb97433581ff117bfe09afe8ee70c1b08fc4
This commit is contained in:
parent
5488b92c2d
commit
a961e49cd6
|
@ -3160,7 +3160,7 @@ void SelectMachineDialog::on_rename_enter()
|
|||
|
||||
m_current_project_name = new_file_name;
|
||||
m_rename_switch_panel->SetSelection(0);
|
||||
m_rename_text->SetLabel(m_current_project_name);
|
||||
m_rename_text->SetLabelText(m_current_project_name);
|
||||
m_rename_normal_panel->Layout();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue