From 34eb4224a1da10d4925c1543ca6254694aea312e Mon Sep 17 00:00:00 2001 From: Tommaso Bianchi Date: Sun, 2 Aug 2026 09:03:49 +0200 Subject: [PATCH] Design: fix a wrong issue ref in the Thicken comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous commit cites snaporca-y7q, which does not exist — I wrote the ID from memory instead of reading it back from the bug I had just filed. The real one is snaporca-kgx, "Offer: Thicken (and peers) open with the picked face discarded". The comment is corrected here; the commit message above it cannot be, so this note is the pointer. --- src/slic3r/GUI/DesignPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/DesignPanel.cpp b/src/slic3r/GUI/DesignPanel.cpp index b5ea3d3483..c049bffc21 100644 --- a/src/slic3r/GUI/DesignPanel.cpp +++ b/src/slic3r/GUI/DesignPanel.cpp @@ -654,7 +654,7 @@ DesignPanel::DesignPanel(wxWindow* parent) // Thicken and were then asked to point at something. Reached from the offer the // verb is invoked ON a face, so discarding it opened the card reading "(pick a // solid face)" over an immediate "thicken: face not found" — the user pointed at - // the face and the card said it could not find one. snaporca-y7q. + // the face and the card said it could not find one. snaporca-kgx. // The index is per-body, so it only survives if the body combo landed on the body // it came from; selected_body_default() above returns exactly that when valid. if (m_thicken_body->GetSelection() != m_sel_solid_body)