+ 0001849: Enable Spin Boxes support for Pad, Fillet and Chamfer

This commit is contained in:
wmayer
2014-12-07 00:38:02 +01:00
parent 06706a1940
commit a9bf0c88ae
4 changed files with 10 additions and 10 deletions

View File

@@ -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()