From ebe788129a72613976b18add178e9d2615f8ef64 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/e9e68d3d9d7997162b1b323f8f16b4dfd23f7c51#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)