TechDraw: DrawViewSpreadsheet do not create cyclic dependency

This commit is contained in:
PaddleStroke
2025-11-24 17:40:39 +01:00
committed by Chris Hennes
parent da717d4ca0
commit eaee0f759a

View File

@@ -143,7 +143,6 @@ std::string DrawViewSpreadsheet::getSVGTail()
std::string DrawViewSpreadsheet::getSheetImage()
{
App::DocumentObject* link = Source.getValue();
link->recomputeFeature(); //make sure s/s is up to date
std::string scellstart = CellStart.getValue();
std::string scellend = CellEnd.getValue();
@@ -411,3 +410,4 @@ template<> const char* TechDraw::DrawViewSpreadsheetPython::getViewProviderName(
// explicit template instantiation
template class TechDrawExport FeaturePythonT<TechDraw::DrawViewSpreadsheet>;
}