Fix TechDraw View Spreadsheet with merged cells.

https://forum.freecadweb.org/viewtopic.php?f=35&t=58563
This commit is contained in:
mapeze
2021-05-17 22:36:11 +02:00
parent 3ba585a807
commit 1968b8c437

View File

@@ -356,6 +356,7 @@ std::string DrawViewSpreadsheet::getSheetImage(void)
<< " fill=\"" << fcolor << "\">" << celltext << "</text>" << endl;
}
}
cellheight = sheet->getRowHeight(address.row());
rowoffset = rowoffset + cellheight;
}
result << " </g>" << endl;