Fix various typos and whitespace
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user