mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 00:55:54 +08:00
Fix: rotation was not applied on model, when use rotation drag and do not use function per_glyph or use_surface
This commit is contained in:
parent
1a0a83f07a
commit
ab7dbe364e
@ -3239,6 +3239,8 @@ void GLGizmoEmboss::draw_rotation() {
|
|||||||
std::string no_snapshot;
|
std::string no_snapshot;
|
||||||
m_parent.do_rotate(is_last_change? rotation_snapshot_name : no_snapshot);
|
m_parent.do_rotate(is_last_change? rotation_snapshot_name : no_snapshot);
|
||||||
process(is_last_change);
|
process(is_last_change);
|
||||||
|
} else if (is_last_change){
|
||||||
|
m_parent.do_rotate(rotation_snapshot_name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user