+ 0001849: Enable Spin Boxes support for Pad, Fillet and Chamfer
This commit is contained in:
@@ -81,7 +81,7 @@ void TaskChamferParameters::onLengthChanged(double len)
|
||||
|
||||
double TaskChamferParameters::getLength(void) const
|
||||
{
|
||||
return ui->chamferDistance->getQuantity().getValue();
|
||||
return ui->chamferDistance->value().getValue();
|
||||
}
|
||||
|
||||
TaskChamferParameters::~TaskChamferParameters()
|
||||
|
||||
Reference in New Issue
Block a user