Fix various typos and whitespace

This commit is contained in:
luzpaz
2023-03-10 12:35:18 +00:00
committed by Uwe
parent 31fa8187d5
commit 01e8bbc2bf
12 changed files with 19 additions and 19 deletions

View File

@@ -626,7 +626,7 @@ void TaskExtrudeParameters::setDirectionMode(int index)
extrude->UseCustomVector.setValue(false);
}
// if we dont use custom direction, only allow to show its direction
// if we don't use custom direction, only allow to show its direction
if (index != DirectionModes::Custom) {
ui->XDirectionEdit->setEnabled(false);
ui->YDirectionEdit->setEnabled(false);