Fix TechDraw View Spreadsheet with merged cells, 2

This commit is contained in:
mapeze
2021-05-21 16:51:52 +02:00
parent 089b2ae478
commit 60a75e5d24

View File

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