Fixed updating of the options values after the clearing of the TextCtrl

This commit is contained in:
YuSanka 2018-11-21 15:02:22 +01:00
parent 85219b8bc0
commit c6b597b813
2 changed files with 20 additions and 6 deletions

View file

@ -265,7 +265,8 @@ public:
}
boost::any& get_value() override;
bool is_defined_input_value();
virtual void enable();
virtual void disable();
virtual wxWindow* getWindow() { return window; }