Merge pull request #26038 from jffmichi/cam_viewprovider_accidental_change

CAM: revert accidental icon name change from #25440
This commit is contained in:
sliptonic
2025-12-09 07:53:17 -06:00
committed by GitHub

View File

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