small fixes after merge from master

This commit is contained in:
jriegel
2013-12-12 21:23:41 +01:00
committed by Stefan Tröger
parent 0ada1d1b12
commit ebad819fde
4 changed files with 14 additions and 14 deletions

View File

@@ -103,7 +103,7 @@ void ViewProviderDatum::attach(App::DocumentObject *obj)
SoNormalBinding* normb = new SoNormalBinding();
normb->value = SoNormalBinding::PER_VERTEX_INDEXED;
SoBaseColor* color = new SoBaseColor();
color->rgb.setValue(0.9, 0.9, 0.3);
color->rgb.setValue(0.9f, 0.9f, 0.3f);
SoSeparator* sep = new SoSeparator();
SoPickStyle* ps = new SoPickStyle();
ps->style = SoPickStyle::SHAPE;