1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Fixed bug from issue #1169

This commit is contained in:
YuSanka
2018-09-05 09:47:36 +02:00
parent 22569de00f
commit f67060f012
2 changed files with 16 additions and 8 deletions
+1
View File
@@ -223,6 +223,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) {}