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:
authorLukas Matena <lukasmatena@seznam.cz>2019-08-01 12:18:11 +0300
committerLukas Matena <lukasmatena@seznam.cz>2019-08-01 13:23:39 +0300
commit81ab43ea9adfd3498e9a5619b9cef02e5b564d6e (patch)
treeb6c7d5d116e069d4be5e54ed83f95e4e8415117c /src/slic3r/GUI/GUI_ObjectManipulation.hpp
parent576643c7eddca1f2fb516f2cccdd27ec07fad32c (diff)
Revert "Changed snapshot names for reset rotation/reset scale/drop to bed functions"
This reverts commit 1ca8ff1285a10d723469d6723708f32078e0693b.
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectManipulation.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectManipulation.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectManipulation.hpp b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
index bda7aa55f..e4e190b5b 100644
--- a/src/slic3r/GUI/GUI_ObjectManipulation.hpp
+++ b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
@@ -135,11 +135,11 @@ private:
void update_mirror_buttons_visibility();
// change values
- void change_position_value(int axis, double value, const std::string& snapshot_name);
- void change_rotation_value(int axis, double value, const std::string& snapshot_name);
- void change_scale_value(int axis, double value, const std::string& snapshot_name);
- void change_size_value(int axis, double value, const std::string& snapshot_name);
- void do_scale(int axis, const Vec3d &scale, const std::string& snapshot_name) const;
+ void change_position_value(int axis, double value);
+ void change_rotation_value(int axis, double value);
+ void change_scale_value(int axis, double value);
+ void change_size_value(int axis, double value);
+ void do_scale(int axis, const Vec3d &scale) const;
void on_change(t_config_option_key opt_key, const boost::any& value);
void on_fill_empty_value(const std::string& opt_key);