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:
wenjie.guo 2023-12-11 16:21:25 +08:00 committed by Lane.Wei
parent 5488b92c2d
commit a961e49cd6
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}