Fix TechDraw View Spreadsheet with merged cells.
https://forum.freecadweb.org/viewtopic.php?f=35&t=58563
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user