mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 12:17:54 -06:00
ENH: do not add L prefix to empty string
Change-Id: I0fc7f57baf256452645be497020d75ffaf9c20f4
This commit is contained in:
parent
45de1d8368
commit
4419703f41
17 changed files with 38 additions and 38 deletions
|
@ -65,7 +65,7 @@ PublishDialog::PublishDialog(Plater *plater)
|
|||
m_main_sizer->Add(0, FromDIP(10), 0, wxEXPAND, 0);
|
||||
|
||||
wxBoxSizer *m_progress_text_sizer = new wxBoxSizer(wxHORIZONTAL);
|
||||
m_text_progress = new wxStaticText(this, wxID_ANY, _L(""), wxDefaultPosition, wxDefaultSize, 0);
|
||||
m_text_progress = new wxStaticText(this, wxID_ANY, "", wxDefaultPosition, wxDefaultSize, 0);
|
||||
m_text_progress->Wrap(-1);
|
||||
m_text_progress->SetFont(Label::Body_12);
|
||||
m_text_progress->SetForegroundColour(TEXT_LIGHT_GRAY);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue