MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / finalizeShape

Method finalizeShape

shape_plugins/text/shtext.cpp:348–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346void PluginText::updateShape(const QPointF&) { }
347
348void PluginText::finalizeShape()
349{
350 if (shape)
351 shape->finalize();
352 shape = nullptr;
353 emit actionUncheck();
354}
355}

Callers 1

finalizeShape_Method · 0.45

Calls 1

finalizeMethod · 0.80

Tested by

no test coverage detected