From 8058f824e20f4b02fdc6e64acfa0774c902c6d85 Mon Sep 17 00:00:00 2001 From: jffmichi <> Date: Tue, 9 Dec 2025 05:48:35 +0100 Subject: [PATCH] CAM: revert accidental icon name change from #25440 --- src/Mod/CAM/Gui/ViewProviderPath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/CAM/Gui/ViewProviderPath.cpp b/src/Mod/CAM/Gui/ViewProviderPath.cpp index fa47880c3e..d0c46e80d9 100644 --- a/src/Mod/CAM/Gui/ViewProviderPath.cpp +++ b/src/Mod/CAM/Gui/ViewProviderPath.cpp @@ -879,7 +879,7 @@ long ViewProviderPath::findFirstFeedMoveIndex(const Path::Toolpath& path) const QIcon ViewProviderPath::getIcon() const { - return Gui::BitmapFactory().pixmap("Path-ToolPath"); + return Gui::BitmapFactory().pixmap("CAM_Toolpath"); } // Python object -----------------------------------------------------------------------