Gui: Fix header uniformity, whitespace, and doxygen fixes
This commit is contained in:
@@ -59,7 +59,7 @@ using namespace Gui;
|
||||
PROPERTY_SOURCE(Gui::ViewProviderMeasureDistance, Gui::ViewProviderDocumentObject)
|
||||
|
||||
|
||||
ViewProviderMeasureDistance::ViewProviderMeasureDistance()
|
||||
ViewProviderMeasureDistance::ViewProviderMeasureDistance()
|
||||
{
|
||||
ADD_PROPERTY(TextColor,(1.0f,1.0f,1.0f));
|
||||
ADD_PROPERTY(LineColor,(1.0f,1.0f,1.0f));
|
||||
@@ -171,7 +171,7 @@ void ViewProviderMeasureDistance::attach(App::DocumentObject* pcObject)
|
||||
lineSep->addChild(pCoords);
|
||||
lineSep->addChild(pLines);
|
||||
SoMarkerSet* points = new SoMarkerSet();
|
||||
points->markerIndex = Gui::Inventor::MarkerBitmaps::getMarkerIndex("CROSS",
|
||||
points->markerIndex = Gui::Inventor::MarkerBitmaps::getMarkerIndex("CROSS",
|
||||
ViewParams::instance()->getMarkerSize());
|
||||
points->numPoints=2;
|
||||
lineSep->addChild(points);
|
||||
|
||||
Reference in New Issue
Block a user