Fix after merge
This commit is contained in:
parent
79a7f588b9
commit
0b798267d6
4 changed files with 38 additions and 33 deletions
src/slic3r/GUI/Gizmos
|
@ -2132,7 +2132,7 @@ void GLGizmoEmboss::do_translate(const Vec3d &relative_move)
|
|||
Selection &selection = m_parent.get_selection();
|
||||
assert(!selection.is_empty());
|
||||
selection.setup_cache();
|
||||
selection.translate(relative_move, ECoordinatesType::Local);
|
||||
selection.translate(relative_move, TransformationType::Local);
|
||||
|
||||
std::string snapshot_name; // empty meand no store undo / redo
|
||||
// NOTE: it use L instead of _L macro because prefix _ is appended inside
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue