mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Merge branch 'master' of https://github.com/prusa3d/Slic3r into dev
This commit is contained in:
commit
407aee9942
3 changed files with 17 additions and 9 deletions
|
@ -236,6 +236,7 @@ class TextCtrl : public Field {
|
|||
using Field::Field;
|
||||
#ifdef __WXGTK__
|
||||
bool bChangedValueEvent = false;
|
||||
void change_field_value(wxEvent& event);
|
||||
#endif //__WXGTK__
|
||||
public:
|
||||
TextCtrl(const ConfigOptionDef& opt, const t_config_option_key& id) : Field(opt, id) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue