From 91da38ada58c818427eb834e6031e39a4fb05655 Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Sat, 5 Feb 2022 05:29:44 +0100 Subject: [PATCH] Sketcher: Correct comment ======================== https://github.com/FreeCAD/FreeCAD/commit/6c019ac93f8b8eafd07571e9ec5286bb81043a81#r64179273 --- src/Mod/Sketcher/Gui/EditModeCoinManagerParameters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Sketcher/Gui/EditModeCoinManagerParameters.h b/src/Mod/Sketcher/Gui/EditModeCoinManagerParameters.h index 64f5944169..1be27a1811 100644 --- a/src/Mod/Sketcher/Gui/EditModeCoinManagerParameters.h +++ b/src/Mod/Sketcher/Gui/EditModeCoinManagerParameters.h @@ -72,7 +72,7 @@ struct DrawingParameters { const float zHighLines = 0.007f; // Height used for on top rendered lines const float zHighLine = 0.008f; // Height for highlighted lines (selected/preselected) const float zConstr = 0.009f; // Height for rendering constraints - const float zRootPoint = 0.010f; // Height used for bottom rendered points + const float zRootPoint = 0.010f; // Height used for rendering the root point const float zLowPoints = 0.011f; // Height used for bottom rendered points const float zHighPoints = 0.012f; // Height used for in-the-middle rendered points const float zHighlight = 0.013f; // Height for highlighted points (selected/preselected)