mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Added class ogStaticText to the static text shown among the options.
Fixed bugs in Tab.
This commit is contained in:
parent
8e0cd35c23
commit
636af8933c
5 changed files with 76 additions and 46 deletions
|
@ -376,5 +376,12 @@ Field* ConfigOptionsGroup::get_fieldc(t_config_option_key opt_key, int opt_index
|
|||
return opt_id.empty() ? nullptr : get_field(opt_id);
|
||||
}
|
||||
|
||||
void ogStaticText::SetText(wxString value)
|
||||
{
|
||||
SetLabel(value);
|
||||
Wrap(400);
|
||||
GetParent()->Layout();
|
||||
}
|
||||
|
||||
} // GUI
|
||||
} // Slic3r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue