ViewProviderOrigin: Renamed to ViewProviderCoordinateSystem

This commit is contained in:
PaddleStroke
2024-11-26 10:23:26 +01:00
parent 19702dcb21
commit b7f1a0c150
22 changed files with 67 additions and 67 deletions

View File

@@ -37,7 +37,7 @@
#include <Gui/ViewParams.h>
#include "ViewProviderLine.h"
#include "ViewProviderOrigin.h"
#include "ViewProviderCoordinateSystem.h"
using namespace Gui;
@@ -79,7 +79,7 @@ void ViewProviderLine::attach(App::DocumentObject *obj) {
noRole = true;
}
static const float size = ViewProviderOrigin::defaultSize();
static const float size = ViewProviderCoordinateSystem::defaultSize();
SbVec3f verts[2];
if (noRole) {