Fix dxf export of autosize text cells in titleblock

This commit is contained in:
David Varley
2020-08-17 15:38:24 +10:00
parent 0cb98b2ee1
commit 430ec27f36
4 changed files with 19 additions and 22 deletions

View File

@@ -673,7 +673,8 @@ void BorderTitleBlock::drawDxf(
1,
2,
xCoord+recWidth/2,
color,
1,
color,
0);
}else{
Createdxf::drawTextAligned(file_path,
@@ -686,7 +687,8 @@ void BorderTitleBlock::drawDxf(
1,
2,
xCoord+recWidth/2,
color,
1,
color,
0);
}
}
@@ -721,7 +723,8 @@ void BorderTitleBlock::drawDxf(
1,
2,
xCoord+recWidth/2,
color,
1,
color,
0);
row_string = incrementLetters(row_string);
}