Final bug-fix for #1169 considering issue #971

This commit is contained in:
YuSanka 2018-09-05 15:03:20 +02:00
parent 8ba48f8dc5
commit 82838cc640
2 changed files with 9 additions and 16 deletions

View file

@ -222,7 +222,7 @@ inline bool is_sizer_field(const t_field& obj) { return !is_bad_field(obj) && ob
class TextCtrl : public Field {
using Field::Field;
#ifdef __WXGTK__
bool bChangedValueEvent = false;
bool bChangedValueEvent = true;
void change_field_value(wxEvent& event);
#endif //__WXGTK__
public: