Merge pull request #104 from ianrrees/20160228-fix-mac-builds

Resolve clang compile error
This commit is contained in:
Yorik van Havre 2016-02-27 19:16:43 -03:00
commit e3aba10762

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",