From eaee0f759a365ca175684f3edccc74f18bbcbf58 Mon Sep 17 00:00:00 2001 From: PaddleStroke Date: Mon, 24 Nov 2025 17:40:39 +0100 Subject: [PATCH] TechDraw: DrawViewSpreadsheet do not create cyclic dependency --- src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp b/src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp index 2b076f2ebf..c7f0be54f3 100644 --- a/src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp +++ b/src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp @@ -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; } +