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:
authorVojtech Bubnik <bubnikv@gmail.com>2019-04-23 13:35:26 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2019-04-23 13:35:26 +0300
commit31d377d09f0a987519acba069bec9c01eb11204f (patch)
tree8ce619ceb33b9b47e60a120ba070a60941975efb /src/slic3r/GUI/OptionsGroup.hpp
parent0923bcec3481129e2073446e7c1877deb51d7ee6 (diff)
Some refactoring and documentation, modified Windows dependencies to compile against patched wxWidgets
Diffstat (limited to 'src/slic3r/GUI/OptionsGroup.hpp')
-rw-r--r--src/slic3r/GUI/OptionsGroup.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/OptionsGroup.hpp b/src/slic3r/GUI/OptionsGroup.hpp
index dbe1ea1a2..e4ada3692 100644
--- a/src/slic3r/GUI/OptionsGroup.hpp
+++ b/src/slic3r/GUI/OptionsGroup.hpp
@@ -86,6 +86,8 @@ public:
wxSizer* sizer {nullptr};
column_t extra_column {nullptr};
t_change m_on_change { nullptr };
+ // To be called when the field loses focus, to assign a new initial value to the field.
+ // Used by the relative position / rotation / scale manipulation fields of the Object Manipulation UI.
t_kill_focus m_fill_empty_value { nullptr };
t_kill_focus m_set_focus { nullptr };
std::function<DynamicPrintConfig()> m_get_initial_config{ nullptr };