From 4ea5c2b6112d7bcf8d6979317dc1891c1e9fd07a Mon Sep 17 00:00:00 2001 From: pavltom Date: Sat, 2 Dec 2023 14:07:12 +0100 Subject: [PATCH] [TechDraw] Use OCC to compute intersections - drop limits from hint --- src/Mod/TechDraw/Gui/CommandExtensionPack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/TechDraw/Gui/CommandExtensionPack.cpp b/src/Mod/TechDraw/Gui/CommandExtensionPack.cpp index 550f893011..9579d7fdf4 100644 --- a/src/Mod/TechDraw/Gui/CommandExtensionPack.cpp +++ b/src/Mod/TechDraw/Gui/CommandExtensionPack.cpp @@ -817,7 +817,7 @@ CmdTechDrawExtensionVertexAtIntersection::CmdTechDrawExtensionVertexAtIntersecti sMenuText = QT_TR_NOOP("Add Cosmetic Intersection Vertex(es)"); sToolTipText = QT_TR_NOOP("Add cosmetic vertex(es) at the intersection(s) of selected edges:
\ -- Select two edges (lines, circles and/or arcs)
\ +- Select two edges
\ - Click this tool"); sWhatsThis = "TechDraw_ExtensionVertexAtIntersection"; sStatusTip = sMenuText;