Fix after merge

This commit is contained in:
Filip Sykala - NTB T15p 2022-07-20 13:02:23 +02:00
parent 79a7f588b9
commit 0b798267d6
4 changed files with 38 additions and 33 deletions
src/slic3r/GUI/Gizmos

View file

@ -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