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:
authorbubnikv <bubnikv@gmail.com>2019-04-24 12:01:59 +0300
committerbubnikv <bubnikv@gmail.com>2019-04-24 12:01:59 +0300
commit5d2537af35e754950329f2e12c3c940435c8e4f0 (patch)
tree4717d9ad12b787144994c78ce44175de980c46b7 /src/slic3r/GUI/OptionsGroup.hpp
parent2088abdc31d7a0fa89ea306af6d75f883dcb514e (diff)
WIP: Transformations of an instance in world coordinate system
from the side panel.
Diffstat (limited to 'src/slic3r/GUI/OptionsGroup.hpp')
-rw-r--r--src/slic3r/GUI/OptionsGroup.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/OptionsGroup.hpp b/src/slic3r/GUI/OptionsGroup.hpp
index e4ada3692..4eec68a37 100644
--- a/src/slic3r/GUI/OptionsGroup.hpp
+++ b/src/slic3r/GUI/OptionsGroup.hpp
@@ -255,7 +255,7 @@ public:
void back_to_initial_value(const std::string& opt_key) override;
void back_to_sys_value(const std::string& opt_key) override;
void back_to_config_value(const DynamicPrintConfig& config, const std::string& opt_key);
- void on_kill_focus(const std::string& opt_key) override;// { reload_config(); }
+ void on_kill_focus(const std::string& opt_key) override;
void reload_config();
// return value shows visibility : false => all options are hidden
void Hide();