Fix dxf export for border

This commit is contained in:
David Varley
2020-08-16 15:39:20 +10:00
parent 02afb6c003
commit ddc2afa427
3 changed files with 16 additions and 14 deletions

View File

@@ -1528,7 +1528,7 @@ void TitleBlockTemplate::renderDxf(QRectF &title_block_rect,
QList<int> widths = columnsWidth(titleblock_width);
// draw the titleblock border
double xCoord = title_block_rect.topLeft().x();
double xCoord = title_block_rect.topLeft().x()*Createdxf::xScale;
double yCoord =
Createdxf::sheetHeight
- title_block_rect.bottomLeft().y()