Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_opengl_3_rebase
This commit is contained in:
commit
a1eb8c5cbd
14 changed files with 230 additions and 28 deletions
|
@ -766,7 +766,9 @@ GLGizmoRotate3D::GLGizmoRotate3D(GLCanvas3D& parent, const std::string& icon_fil
|
|||
GLGizmoRotate(parent, GLGizmoRotate::X),
|
||||
GLGizmoRotate(parent, GLGizmoRotate::Y),
|
||||
GLGizmoRotate(parent, GLGizmoRotate::Z) })
|
||||
{}
|
||||
{
|
||||
load_rotoptimize_state();
|
||||
}
|
||||
|
||||
bool GLGizmoRotate3D::on_mouse(const wxMouseEvent &mouse_event)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue