+ fix various warnings with VC12

This commit is contained in:
wmayer
2016-04-16 12:02:58 +02:00
parent a8d37dabbe
commit dfa5972b4b
7 changed files with 10 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ ViewProviderOriginFeature::ViewProviderOriginFeature () {
ADD_PROPERTY_TYPE ( Size, (ViewProviderOrigin::defaultSize()), 0, App::Prop_ReadOnly,
"Visual size of the feature" );
ShapeColor.setValue ( 50./255, 150./255, 250./255 ); // Set default color for origin (light-blue)
ShapeColor.setValue ( 50.f/255, 150.f/255, 250.f/255 ); // Set default color for origin (light-blue)
BoundingBox.setStatus(App::Property::Hidden, true); // Hide Boundingbox from the user due to it doesn't make sence
// Create node for scaling the origin