1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-28 10:45:50 +00:00

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
+2 -1
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; }