mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX: Choice param Field translate sidetext
Change-Id: I10e086af41bd979a5dfd1711b94f94a604ab2052 Jira: STUDIO-11119 (cherry picked from commit 93325d7a20fefb97dfe1a99341a9b30f50768029)
This commit is contained in:
@@ -1315,7 +1315,7 @@ void Choice::BUILD()
|
|||||||
opt_height = (double) temp->GetTextCtrl()->GetSize().GetHeight() / m_em_unit;
|
opt_height = (double) temp->GetTextCtrl()->GetSize().GetHeight() / m_em_unit;
|
||||||
|
|
||||||
// BBS
|
// BBS
|
||||||
temp->SetTextLabel(m_opt.sidetext);
|
temp->SetTextLabel(_L(m_opt.sidetext));
|
||||||
m_combine_side_text = true;
|
m_combine_side_text = true;
|
||||||
|
|
||||||
#ifdef __WXGTK3__
|
#ifdef __WXGTK3__
|
||||||
|
|||||||
Reference in New Issue
Block a user