Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_opengl_3_rebase

This commit is contained in:
enricoturri1966 2022-05-30 15:41:08 +02:00
commit a1eb8c5cbd
14 changed files with 230 additions and 28 deletions

View file

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