From fd478917936c351c226b8a73ce2f78239a243e49 Mon Sep 17 00:00:00 2001 From: Lukas Matena Date: Tue, 3 Sep 2019 10:16:06 +0200 Subject: [PATCH] GLGizmoSlaSupports.cpp: Snapshot label now differs for turning the gizmo on/off This behaviour was broken by recent merge --- src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp b/src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp index 25c1d4d42..2811a19da 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp @@ -1113,8 +1113,6 @@ void GLGizmoSlaSupports::on_set_state() if (m_state == m_old_state) return; - Plater::TakeSnapshot snapshot(wxGetApp().plater(), _(L("SLA gizmo on/off"))); - if (m_state == On && m_old_state != On) { // the gizmo was just turned on Plater::TakeSnapshot snapshot(wxGetApp().plater(), _(L("SLA gizmo turned on"))); if (is_mesh_update_necessary())