Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2018-11-21 17:02:22 +0300
committerYuSanka <yusanka@gmail.com>2018-11-21 17:05:18 +0300
commitc6b597b8138f464265d26def3d3cba60f21fb140 (patch)
tree9554a989350128b41a77a523847f9a9f5495da2b /src/slic3r/GUI/Field.hpp
parent85219b8bc05e0dacd8a32519c3f46662f255a3df (diff)
Fixed updating of the options values after the clearing of the TextCtrl
Diffstat (limited to 'src/slic3r/GUI/Field.hpp')
-rw-r--r--src/slic3r/GUI/Field.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Field.hpp b/src/slic3r/GUI/Field.hpp
index 29ae6f9ce..87ec0c1da 100644
--- a/src/slic3r/GUI/Field.hpp
+++ b/src/slic3r/GUI/Field.hpp
@@ -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; }