TechDraw: DrawViewSpreadsheet do not create cyclic dependency
This commit is contained in:
committed by
Chris Hennes
parent
aae7d7ce9f
commit
d856984476
@@ -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>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user