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

@@ -41,7 +41,7 @@
#include <Gui/ViewParams.h>
#include "ViewProviderPlane.h"
#include "ViewProviderOrigin.h"
#include "ViewProviderCoordinateSystem.h"
using namespace Gui;
@@ -92,7 +92,7 @@ void ViewProviderPlane::attach(App::DocumentObject * obj) {
noRole = true;
}
static const float size = ViewProviderOrigin::defaultSize() * 0.6; //NOLINT
static const float size = ViewProviderCoordinateSystem::defaultSize() * 0.6; //NOLINT
static const float startSize = 0.25 * size; //NOLINT