mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 13:25:56 +08:00
Fix for Issue number 53
https://cfl.prusa3d.com/display/SPE/Emboss+-+Test
This commit is contained in:
parent
20a94c015c
commit
8e1c08dac3
@ -356,6 +356,10 @@ bool GLGizmoEmboss::on_mouse_for_translate(const wxMouseEvent &mouse_event)
|
||||
// temp is in wolrld coors
|
||||
m_temp_transformation = object_trmat * trmat;
|
||||
} else if (mouse_event.LeftUp()) {
|
||||
// Added because of weird case after double click into scene
|
||||
// with Mesa driver OR on Linux
|
||||
if (!m_temp_transformation.has_value()) return false;
|
||||
|
||||
// TODO: Disable apply common transformation after draggig
|
||||
// Call after is used for apply transformation after common dragging to rewrite it
|
||||
Transform3d volume_trmat =
|
||||
|
Loading…
x
Reference in New Issue
Block a user