From a37ca0e1756a897e191a686bd805f5b49168c7f6 Mon Sep 17 00:00:00 2001 From: Uwe Date: Fri, 10 Jun 2022 03:39:04 +0200 Subject: [PATCH] [skip CI] [PD] fix typo --- src/Mod/PartDesign/Gui/TaskExtrudeParameters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/Gui/TaskExtrudeParameters.cpp b/src/Mod/PartDesign/Gui/TaskExtrudeParameters.cpp index 62e95f1c44..035d3f65d6 100644 --- a/src/Mod/PartDesign/Gui/TaskExtrudeParameters.cpp +++ b/src/Mod/PartDesign/Gui/TaskExtrudeParameters.cpp @@ -96,7 +96,7 @@ void TaskExtrudeParameters::setupDialog() } // set decimals for the direction edits - // do this here before the edits are filed to avoid rounding mistakes + // do this here before the edits are filled to avoid rounding mistakes int UserDecimals = Base::UnitsApi::getDecimals(); ui->XDirectionEdit->setDecimals(UserDecimals); ui->YDirectionEdit->setDecimals(UserDecimals);