From f5c315d05aa66c4754eb5683c791111cd60bd8db Mon Sep 17 00:00:00 2001 From: Pieter Hijma Date: Mon, 21 Jul 2025 18:09:06 +0200 Subject: [PATCH] PartDesign: Add migration tag --- src/Mod/PartDesign/App/FeatureHole.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/PartDesign/App/FeatureHole.cpp b/src/Mod/PartDesign/App/FeatureHole.cpp index eeaac1f634..e11afcea59 100644 --- a/src/Mod/PartDesign/App/FeatureHole.cpp +++ b/src/Mod/PartDesign/App/FeatureHole.cpp @@ -927,6 +927,7 @@ void Hole::updateHoleCutParams() HoleCutCountersinkAngle.setReadOnly(false); } + // Tag: MIGRATION // handle since FreeCAD 0.18 deprecated types that were // removed after FreeCAD 0.20 if (holeCutTypeStr == "Cheesehead (deprecated)") {