mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Fixed localization of parameter legends.
This commit is contained in:
parent
400ab5333e
commit
b247bbab2e
3 changed files with 4 additions and 4 deletions
|
@ -465,7 +465,7 @@ public:
|
|||
|
||||
void set_value(const std::string& value, bool change_event = false) {
|
||||
m_disable_change_event = !change_event;
|
||||
dynamic_cast<wxStaticText*>(window)->SetLabel(value);
|
||||
dynamic_cast<wxStaticText*>(window)->SetLabel(wxString::FromUTF8(value.data()));
|
||||
m_disable_change_event = false;
|
||||
}
|
||||
void set_value(const boost::any& value, bool change_event = false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue