Resolve clang compile error

This commit is contained in:
Ian Rees 2016-02-28 10:33:55 +13:00
parent e1e0777c7b
commit d811b585b7

View File

@ -211,7 +211,7 @@ bool ThicknessWidget::accept()
name.c_str(),d->selection.c_str());
}
Gui::Command::doCommand(Gui::Command::Doc,"App.ActiveDocument.%s.Value = %f",
name.c_str(),d->ui.spinOffset->value());
name.c_str(),d->ui.spinOffset->value().getValue());
Gui::Command::doCommand(Gui::Command::Doc,"App.ActiveDocument.%s.Mode = %i",
name.c_str(),d->ui.modeType->currentIndex());
Gui::Command::doCommand(Gui::Command::Doc,"App.ActiveDocument.%s.Join = %i",