mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Add info for the removed "Print host upload" group
This commit is contained in:
parent
86ee8e7687
commit
bc2088eb78
4 changed files with 46 additions and 7 deletions
|
@ -867,6 +867,16 @@ void ConfigOptionsGroup::change_opt_value(const t_config_option_key& opt_key, co
|
|||
m_modelconfig->touch();
|
||||
}
|
||||
|
||||
ogStaticText::ogStaticText(wxWindow* parent, const wxString& text) :
|
||||
wxStaticText(parent, wxID_ANY, text, wxDefaultPosition, wxDefaultSize)
|
||||
{
|
||||
if (!text.IsEmpty()) {
|
||||
Wrap(60 * wxGetApp().em_unit());
|
||||
GetParent()->Layout();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void ogStaticText::SetText(const wxString& value, bool wrap/* = true*/)
|
||||
{
|
||||
SetLabel(value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue